//common JS file, included in the <body>

//sIFR-------------------------------------------

//if(typeof sIFR == "function"){
// This is the older, ordered syntax
	//sIFR.replaceElement("h1", named({sFlashSrc: "/flash/centurygothic.swf", sColor: "#AB0635", sBgColor: "#FDFAFA"}));
	//sIFR.replaceElement("h1", named({sFlashSrc: "/flash/centurygothic.swf", sColor: "#860047", sBgColor: "#FDFAFA"}));
//};




if(sIFR != null && sIFR.replaceElement != null){
	sIFR.replaceElement("h1", "/flash/centurygothic.swf", "#AB0635", null, null, "transparent", 0, 0, 0, 0);
	
};

