



var zapf = {
  src: _templates_dir+ 'swf/sifr.swf'
};
sIFR.activate(zapf);


sIFR.replace(zapf, {
  selector: 'h2.searcher-title',
  css: { '.sIFR-root' : {'font-size' : '18px' , 'color' : '#634034', 'font-weight' : 'normal' },
         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: 0,
  tuneHeight: -4
});

sIFR.replace(zapf, {
  selector: 'h2',
  css: { '.sIFR-root' : {'font-size' : '18px' , 'color' : '#ffffff', 'font-weight' : 'normal' },
         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: 0,
  tuneHeight: -4
});
