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

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

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

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

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