//<![CDATA[

	/* You can put your replace statement(s) below, or at the very end of the JS file
	
	Example:
	replaceElement(sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor, sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom, nPaddingLeft, sFlashVars);
	
	Here is what goes in your statements:
	
	sSelector = CSS selector you'd like to replace (e.g. 'h1.main' or 'h2' or '#main h3')
	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)
	
	nPadding parameters = enter 0 in here unless you specifically have padding assigned to the element in CSS
	PADDING MUST MATCH *EXACTLY* TO YOUR CSS... THESE ARE NOT NUMBERS TO TRIFLE WITH

	sFlashVars = this is a special parameter which lets you pass other things into Flash. Examples include:
	textalign=center (horizontally centers text)
	offsetLeft=5 (pushes text 5 pixels to the right)
	offsetTop==5 (pushes text 5 pixels down)
	uppercase=true (changes text to uppercase)
	lowercase=true (changes text to lowercase)
	underline=true (adds underline to links on hover)

	Example syntax for extra parameters (& delimited):
	'textalign=center&offsetTop=2&offsetLeft=4'
	*/
var ieMac = false;
var x = new Array();
if(!x.shift && window.ActiveXObject && document.all && (window.getSelection || document.getSelection)){ieMac = true};

if(typeof sIFR == "function" && !ieMac){
	sIFR.replaceElement("h2.left", "/style_includes/flash/frutiger.swf", "#ffffff", null, null, "#e64a0e", 0, 0, 0, 0, "underline=true");	
	sIFR.replaceElement("h2.leftselected", "flash/frutiger1.swf", "#ffffff", null, null, "#E2E7F2", 0, 0, 0, 0, "underline=true", named({sBgColor:"#E2E7F2",sWmode:"transparent"}));
	sIFR.replaceElement("h2.loginheader", "flash/frutiger.swf", "#000000", null, null, "#ffffff", 0, 0, 0, 0, "underline=true");
	sIFR.replaceElement("h2.loginbox", "flash/frutiger.swf", "#000000", null, null, "#E2E7F2", 0, 0, 0, 0, "underline=true");
	sIFR.replaceElement("h2.entrance", "flash/frutiger.swf", "#000000", null, null, "#E2E7F2", 0, 0, 0, 0, "underline=true");

//	sIFR.replaceElement("h3.sifr_center_typepad", "http://www.sixapart.com/sifr/gothambold.swf", "#3b5b6c", null, null, "#ffffff", 0, 0, 0, 0, "uppercase=true&underline=true");
}
//]]>
