﻿
if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"tradegothic.swf", sColor:"#d3871d", sLinkColor:"#d3871d", sBgColor:"#FFFFFF", sHoverColor:"#d3871d", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

// This is the older, ordered syntax
	//sIFR.replaceElement("h5#pullquote", "tradegothic.swf", "#000000", "#000000", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
	/*sIFR.replaceElement("h1", "sifr.swf", "#d3871d", null, null, null, 0, 0, 0, 0);*/
	

};

