var sifr = {  src: 'sifr.swf'};

sIFR.activate(sifr);

sIFR.replace(sifr, {
	selector: '.heading'
	,css: ['.sIFR-root { color: #15203C; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

sIFR.replace(sifr, {
	selector: 'h1'
	,css: ['.sIFR-root { color: #15203C; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

