var century = { src: 'http://www.avaloft.com/century.swf' };

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


// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
sIFR.replace(century, {
  selector: 'h1', wmode: 'transparent',
  css: '.sIFR-root { color: #d2d2d4; outline:none; padding:0 0 5px 0; margin:0; font-size: 21px;}'
});

sIFR.replace(century, {
  selector: 'h2', wmode: 'transparent',
  css: '.sIFR-root { color: #d2d2d4; outline:none; padding:0; margin:0; font-size: 18px;}'
});