var century = { src: 'http://lakesandrivers.com/sifr/sifr.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(century);

sIFR.replace(century, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}',
  'em {color: #bf0000; font-style:normal;}'
  ]
});

sIFR.replace(century, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #404040; text-decoration: underline;}',
  'a {color: #ffffff; text-decoration: none;}',
  'a:hover {color: #ffffff; text-decoration: underline;}',
  'em {color: #bf0000; font-style:normal;}'
  ]
});

sIFR.replace(century, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}',
  'em {color: #bf0000; font-style:normal;}'
  ]
});