if(typeof sIFR == "function"){
	
	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"/swf/englishe.swf", sColor:"#540d0d;", sLinkColor:"#540d0d", sBgColor:"#ffffff", sHoverColor:"#540d0d", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));	
	sIFR.replaceElement(named({sSelector:"body #primary h2", sFlashSrc:"/swf/alexa.swf", sColor:"#540d0d;", sLinkColor:"#cc0000", sBgColor:"#ffffff", sHoverColor:"#540d0d", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));	
	

		
};
/*
function highlightLink()
{
	//Get filename from the URL
	thisPage = document.URL.substring(document.URL.lastIndexOf("/")+1 ,document.URL.length);

	//Loop through all the links
	for (i=0; i<document.links.length; i++ )
	{
		//Get only the filename from the href of navigation link
		pageLink = document.links[i].href.substring(document.links[i].href.lastIndexOf("/")+1 ,document.links[i].href.length);

		//if the current filename &amp; the link-ed file name are the same, change the background color of that link
		if (thisPage == pageLink)
		{	
			//BG is the name of a class that I have defined, that sets background color to grey
			document.links[i].className = "highlight";
		}
		
	}
};

highlightLink();
*/
