if(typeof sIFR == "function"){
	sIFR.bHideBrowserText = false;
	sIFR.setup();
	sIFR();
	
	sIFR.replaceElement("h1", named({
		sFlashSrc: "/js/sifr/handwriting.swf",
		sColor: "#FFFFFF",
		sBgColor: "#000000",
		
	}));
	
	sIFR.replaceElement("strong", named({
		sFlashSrc: "/js/sifr/handwriting.swf",
		sColor: "#FFFFFF",
		sBgColor: "#000000",
		
	}));
	
	sIFR.replaceElement("h2.sifr", named({
		sFlashSrc: "/js/sifr/handwriting.swf",
		sColor: "#FFFFFF",
		sBgColor: "#000000",
	
	}));
	
};
