$(document).ready(function(){
	if(typeof sIFR == "function"){
	
	// This is the preferred "named argument" syntax
	//	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/Flash/sifr.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));
	
	// This is the older, ordered syntax
	
		sIFR.replaceElement("h1", "/Flash/sifr.swf", "#1079AF", null, null, null, 0, 0, 0, 0, null, null, "transparent");
		sIFR.replaceElement("h2", "/Flash/sifr.swf", "#1079AF", null, null, null, 0, 0, 0, 0, null, null, "transparent");
		sIFR.replaceElement("#content h3", "/Flash/sifr.swf", "#1079AF", null, null, null, 0, 0, 0, 0, null, null, "transparent");
		
	};
});

