var century = { src: 'http://www.weblinxinc.com/beta/perftech/demo/maximo.swf' };

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


// 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(maximo, {
  selector: 'h1', wmode: 'transparent',
  css: '.sIFR-root { color: #2e3192; outline:none; padding:0 0 5px 0; margin:0; font-size: 21px;}'
});