<!---
//<![CDATA[
/* Replacement calls. Please see readme.txt for more information. */

var fontFuturaLt = path + "scripts/futura-lt.swf";
var fontFuturaBk = path + "scripts/futura-bk.swf";
var fontFuturaMd = path + "scripts/futura-md.swf";
var fontFuturaHv = path + "scripts/futura-hv.swf";
var fontFuturaBld = path + "scripts/futura-bld.swf";

//if(typeof sIFR == "function" && sIFR.UA.bHasTransparencySupport){
if(typeof sIFR == "function"){
	//var H1Template = named({sFlashSrc : fontBellBd, sColor : "#09304C", sLinkColor : "#983100", sHoverColor : "#000000", sBgColor : "#FFFFFF", nPadding : "0,0,5,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent"});
	//var HXTemplate = named({sFlashSrc : fontBellBlk, sColor : "#09304C", sLinkColor : "#983100", sHoverColor : "#000000", sBgColor : "#FFFFFF", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent"});
	
	sIFR.replaceElement("#pagetitle h1", named({sFlashSrc : fontFuturaMd, sColor : "#FFFFFF", sBgColor : "#546C8B", nPadding : "0,0,0,0", sFlashVars : "textalign=right&offsetLeft=0&offsetTop=0&underline=true" }));
	/*
	sIFR.replaceElement("h1", H1Template);
	sIFR.replaceElement("h2", H1Template);
	sIFR.replaceElement("h3", HXTemplate);
	sIFR.replaceElement("h4", HXTemplate);
	*/
}
//]]>
//--->