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

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

sIFR.replace(century, {
  selector: 'h1, h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; text-transform:lowercase; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}'
  ]
});

sIFR.replace(century, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #ffffff; text-transform:lowercase; }',
  'a {color: #ffffff; text-decoration: none;}',
  'a:hover {color: #ffffff; text-decoration: underline;}'
  ]
});