
var centuryGothic = {
	src: path+'includes/swf/sifr/century-gothic.swf'
};

sIFR.useStyleCheck = true;

if (lang != 'vi') {
	sIFR.activate(centuryGothic);
	
	sIFR.replace(centuryGothic, {
		selector: 'h1'
		,css: [
			'.sIFR-root { color:#f7943e; font-size:26px; font-weight:bold; }'
		]
		,wmode: 'transparent'
		,selectable: false
	});
}