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

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

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