var futura = { src: '/_inc/futura.swf' };

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

sIFR.replace(futura, {
	selector: 'h1',css: ['.sIFR-root { color: #979f1f; }','a { text-decoration: none; }','a:link { color: #000000; }','a:hover { color: #CCCCCC; }'],wmode: 'transparent'
 });
 
 sIFR.replace(futura, {
	selector: 'h2',css: ['.sIFR-root { color: #979f1f; margin: 0px; }','a { text-decoration: none; }','a:link { color: #000000; }','a:hover { color: #CCCCCC; }'],wmode: 'transparent'
 });