	var century = {
		src: view_path+'style/century.swf'
	};
	
	sIFR.activate(century);
	
	sIFR.replace(century, {
		selector: '.sifrTitle',
		wmode: 'transparent',
		css: [ '.sIFR-root {color:#003366; text-transform:uppercase; letter-spacing:1.7; font-weight:bold; }' ]
	});
	

