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