
<!--

	/* Place your replace statement(s) right here:
	
	Here is what goes in your statements:
	
	sSelector = CSS selector you'd like to replace
	sColor = text color (e.g. '#000000')
	sLinkColor = link color (e.g. '#0000CC')
	sHoverColor = link color on hover (e.g. '#00CC00')
	sBgColor = color of background (e.g. '#CCCCCC', or 'transparent'... transparent not recommended)
	
	padding parameters = enter 0 in here unless you specifically have padding assigned to the element in CSS... padding numbers must match up exactly in order to properly control for box models)
	
	sFlashVars = this is a special parameter which lets you pass other things into Flash. The only other hooks I've added are textalign, and horizontal/vertical offset.  So to center your text horizontally and push it down 2 pixels and right 4 pixels, you'd enter 'textalign=center&offsetTop=2&offsetLeft=4'
	
	replaceElement(sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor, sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom, nPaddingLeft, sFlashVars);	
	
	*/

if(typeof sIFR == "function"){
	if (sIFR.replaceElement) {
	sIFR.replaceElement("div#titlebar h1", "/sifr/bell.swf", "#6A7A49", null, null, "transparent", 0, 0, 0, 0, "bold=true", "", "transparent");
	sIFR.replaceElement("div.titletextcontent h1", "/sifr/bell.swf", "#6A7A49", null, null, "#CFCBA8", 0, 0, 0, 0, "bold=true");	
	sIFR.replaceElement("div.titletextpersonal h1", "/sifr/bell.swf", "#FFFFFF", null, null, "transparent", 0, 0, 0, 0, "bold=true");
	sIFR.replaceElement("div.titletext h1", "/sifr/bell.swf", "#6A7A49", null, null, "#CFCBA8", 0, 0, 0, 0, "bold=true");	
	sIFR.replaceElement("div.titletext2 h1", "/sifr/bell.swf", "#9A5134", null, null, "#CFCBA8", 0, 0, 0, 0, "bold=true");	
	sIFR.replaceElement("div.subtitletext h1", "/sifr/bell.swf", "#9A5134", null, null, "transparent", 0, 0, 0, 0, "bold=true", "", "transparent");	
	sIFR.replaceElement("div.subtitletextnumber h1", "/sifr/bell.swf", "#9A5134", null, null, "transparent", 0, 0, 0, 0, "bold=true");		
	sIFR.replaceElement("h1.sideboxhead", "/sifr/bell.swf", "#9A5134", null, null, "transparent", 0, 0, 0, 0, "bold=true");
  sIFR.replaceElement("h1.sideboxhead2", "/sifr/bell.swf", "#EBEDE0", null, null, "transparent", 0, 0, 0, 0, "bold=true");  
	sIFR.replaceElement("div#newslettersignup h3", "/sifr/bell.swf", "#9A5134", null, null, "transparent", 0, 0, 0, 30, "bold=true", "", "transparent");	
	}
}

//-->

