// sifr-replace.js

if(typeof sIFR == "function"){
	//replace h1
	sIFR.replaceElement(named({	nWidth:490, sSelector:"h1", sFlashSrc:"sfr_interstateBold.swf", 
							  	sColor:"#666666", sLinkColor:"#666666", sBgColor:"#FFFFFF", sHoverColor:"#666666", 
								nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, 
								sWmode:"transparent"
								}));
	//replace .menuItem
	sIFR.replaceElement(named({	nWidth:490, sSelector:".menuItem", sFlashSrc:"sfr_interstateBold.swf", 
							  	sColor:"#ffec00", sLinkColor:"#000000", sBgColor:"#ffec00", sHoverColor:"#CCCCCC", 
								nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0
								}));
	//replace h2
	sIFR.replaceElement(named({	nWidth:490, sSelector:"h2", sFlashSrc:"sfr_interstateBold.swf", 
							  	sColor:"#666666", sLinkColor:"#666666", sBgColor:"#FFFFFF", sHoverColor:"#666666", 
								nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, 
								sWmode:"transparent"
								}));

};