
//prepare flash replacements
function replaceHeadlines() {


	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/swf/flashText.swf", sColor:"#000000", sLinkColor:"#B3181B", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0" }));

	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/swf/flashText.swf", sColor:"#6E8FA1", sLinkColor:"#B3181B", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:5, sFlashVars:"textalign=left&offsetTop=-5&offsetLeft=0" }));
	
	sIFR.replaceElement(named({sSelector:"#secondary h3", sFlashSrc:"/swf/flashText.swf", sColor:"#9E9595", sLinkColor:"#336633", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0" }));
	
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"/swf/flashText.swf", sColor:"#6E8FA1", sLinkColor:"#B3181B", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0" }));

	

	
	
	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"/swf/flashText.swf", sColor:"#4D7594", sLinkColor:"#B3181B", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0" }));

	sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"/swf/flashText.swf", sColor:"#ECECEC", sLinkColor:"#B3181B", sBgColor:"#333", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0" }));

}