
var rootpath = gRootPath;
var HelvNeueBoldCond = {
  src: rootpath + 'flash/HelvNeueBoldCond.swf'
};

sIFR.activate(HelvNeueBoldCond);

sIFR.replace(HelvNeueBoldCond, {
  selector: 'body.page div.con-main h1'
  ,css: [
  '.sIFR-root {color: #371b0d; leading: 0px; margin: 0; padding: 0; font-weight: normal;}',
  ]
  ,wmode: 'transparent'
});

sIFR.replace(HelvNeueBoldCond, {
  selector: 'body.search div.mod-latest-items h3'
  ,css: [
  '.sIFR-root {color: #371b0d; leading: 0px; margin: 0; padding: 0; font-weight: normal; text-transform: uppercase;}',
  ]
  ,wmode: 'transparent'
});
