var heltext = { src: '/sifr/sifr.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(heltext);

sIFR.replace(heltext, {
  selector: 'h2, h2 a, h3',
  css: '.sIFR-root { color: #FF0000; } a { color: #F000FF; text-decoration: underline; } a:hover { color: #00FFFF; }',
  ratios: [10, 1.13, 12, 1.04, 25, 1, 37, 0.98, 50, 0.96, 59, 0.95, 64, 0.94, 66, 0.95, 105, 0.94, 108, 0.93, 112, 0.94, 113, 0.93, 114, 0.94, 115, 0.93, 119, 0.94, 0.93],
  wmode: 'transparent'
});

sIFR.replace(heltext, {
  selector: 'h1',
  css: 'a:hover { color: #00FFFF; } a { color: #00FF00; text-decoration: none; }',
  wmode: 'transparent'
});

sIFR.replace(heltext, {
  selector: 'p.whatnow',
  css: '.sIFR-root { color: #FCFF00; }',
  wmode: 'transparent'
});
