<!---
//<![CDATA[
/* Replacement calls. Please see readme.txt for more information. */

var fontChappPro = path + "scripts/chapparal-pro.swf";
var fontChappProIt = path + "scripts/chapparal-pro-it.swf";
var fontChappProSemi = path + "scripts/chapparal-pro-semi.swf";
var fontChappProSemiIt = path + "scripts/chapparal-pro-semi-it.swf";

if(typeof sIFR == "function" && sIFR.UA.bHasTransparencySupport){
//if(typeof sIFR == "function"){
	var H3Template = named({sFlashSrc : fontChappPro, sColor : "#1F4581", sLinkColor : "#8E824B", sHoverColor : "#8E824B", sBgColor : "#F1EFE6", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent"});
	var H4Template = named({sFlashSrc : fontChappProIt, sColor : "#1F4581", sLinkColor : "#8E824B", sHoverColor : "#8E824B", sBgColor : "#F1EFE6", nPadding : "0,0,0,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", sCase: "upper", sWmode : "transparent"});
	
	sIFR.replaceElement("#title h1", named({sFlashSrc : fontChappProIt, sColor : "#FFFFFF", sBgColor : "#6391B5", sFlashVars : "textalign=right&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent" }));
	//sIFR.replaceElement("#homecontent-right h3", named({sFlashSrc : fontChappPro, sColor : "#1F4581", sLinkColor : "#8E824B", sHoverColor : "#8E824B", sBgColor : "#F1EFE6", nPadding : "0,0,0,0", sFlashVars : "textalign=center&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent"}));
	sIFR.replaceElement("h3", H3Template);
	sIFR.replaceElement("h4", H4Template);
	/*
	sIFR.replaceElement("h1", H1Template);
	sIFR.replaceElement("h2", H1Template);
	sIFR.replaceElement("h3", HXTemplate);
	sIFR.replaceElement("h4", HXTemplate);
	*/
}
//]]>
//--->