<!---
//<![CDATA[
/* Replacement calls. Please see readme.txt for more information. */

var fontBellBd = path + "scripts/bellgothic-bd.swf";
var fontBellBlk = path + "scripts/bellgothic-blk.swf";

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("#title h1", named({sFlashSrc : fontBellBlk, sColor : "#FFFFFF", sBgColor : "#09304C", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true"}));
	if (sIFR.UA.bHasTransparencySupport) {
		sIFR.replaceElement("h1", H1Template);
		sIFR.replaceElement("h2", H1Template);
		sIFR.replaceElement("h3", HXTemplate);
		sIFR.replaceElement("h4", HXTemplate);
		/**/
	}
}
//]]>
//--->