var script = {
src: 'sifr3/script.swf'
,ratios: []
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
//sIFR.useStyleCheck = true;
sIFR.activate(script);

sIFR.replace(script, {
selector: 'h1'
,css: [
'.sIFR-root { text-align: center; color:#ae1d32; font-size:50px;background-color: transparent;}'
,'a { text-decoration: none; }'
,'a:link { color: #000000; }'
,'a:hover { color: #CCCCCC; }'
]
,wmode:'transparent'
});


sIFR.replace(script, {
selector: '.links h4'
,css: [
'.sIFR-root { text-align: center; color:#ffffff; font-size:30px;margin:0;background-color:#ae1d32;}'
,'a { text-decoration: none; }'
,'a:link { color: #ffffff; }'
,'a:hover { color: #CCCCCC; }'
]
,wmode:'transparent'
});
