var centuryGothic = {
	src: 'swf/sifr/centuryGothic.swf'
};

// sIFR.prefetch(centuryGothic);
sIFR.activate(centuryGothic);

sIFR.replace(centuryGothic, 
{
	selector: 'h1'
	,css: [
	'.sIFR-root { color:#666666; font-size:24px; }'
	]
});

