<!---
//<![CDATA[
/* Replacement calls. Please see readme.txt for more information. */

var fontCezanne = path + "scripts/cezanne.swf";
var fontCeltic2 = path + "scripts/celtic_elements2.swf";

if(typeof sIFR == "function" && sIFR.UA.bHasTransparencySupport){
//if(typeof sIFR == "function"){
	
	document.getElementById("rune").innerHTML = '<div class="inset" style="width:105px"><h3>c</h3></div>';
	
	var HXTemplate = named({sFlashSrc : fontCezanne, sColor : "#000000", sBgColor : "#FFFFFF", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent" });
	//var HXTemplate = named({sFlashSrc : fontMinionProSemiIt, sColor : "#315278", sLinkColor : "#FFFFFF", sHoverColor : "#000000", sBgColor : "#FFFFFF", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent"});
	
	sIFR.replaceElement("h1", named({sFlashSrc : fontCezanne, sColor : "#000000", sBgColor : "#FFFFFF", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", sWmode : "transparent" }));
	sIFR.replaceElement("div.inset h3", named({sFlashSrc : fontCeltic2, sColor : "#87511D", sBgColor : "#FFFFFF", nPadding : "0,0,0,0", sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0", sWmode : "transparent" }));
	
	sIFR.replaceElement("h1", HXTemplate);
	sIFR.replaceElement("h2", HXTemplate);
	sIFR.replaceElement("h3", HXTemplate);
	sIFR.replaceElement("h4", HXTemplate);
	/*
	*/
}
//]]>
//--->
