if(typeof sIFR == "function"){ 


// Perferred "named argument" syntax
	var headings = named({sFlashSrc : "/swf_files/brook.swf", sColor : "#ffffff", sBgColor : "#FDFDFD", sWmode : "transparent"});
    sIFR.replaceElement("h3.flashhome", headings);
	
	var headings = named({sFlashSrc : "/swf_files/ms.swf", sColor : "#726555", sBgColor : "#FDFDFD", sWmode : "transparent"});
    sIFR.replaceElement("h2.flashhome", headings);
	
	var headings = named({sFlashSrc : "/swf_files/ms.swf", sColor : "#726555", sBgColor : "#FDFDFD", sWmode : "transparent"});
    sIFR.replaceElement("h4.flashhome", headings);
	
	var headings = named({sFlashSrc : "/swf_files/ms.swf", sColor : "#726555", sBgColor : "#FDFDFD", sWmode : "transparent"});
    sIFR.replaceElement("h5.flashhome", headings);
	
	var headings = named({sFlashSrc : "/swf_files/ms.swf", sColor : "#726555", sBgColor : "#FDFDFD", sWmode : "transparent"});
    sIFR.replaceElement("h6.flashhome", headings);
};