//<![CDATA[
var template = named({
sFlashSrc : "./sIFR/funhouse.swf", 
sColor : "#ffffff", 
sLinkColor : "#ffffff", 
sHoverColor : "#8B0000", 
sBgColor : "TRANSPARENT", 
nPaddingTop : "2", 
nPaddingRight : "5", 
nPaddingBottom : "2", 
nPaddingLeft : "5",
sWmode : "transparent"});

var template_menu = named({
sFlashSrc : "./sIFR/funhouse.swf", 
sColor : "#000000", 
sLinkColor : "#000000", 
sHoverColor : "#E05600", 
sBgColor : "#ffffff", 
nPaddingTop : "2", 
nPaddingRight : "5", 
nPaddingBottom : "2", 
nPaddingLeft : "5",
sWmode : "transparent"});

if(typeof sIFR == "function"){

sIFR.replaceElement("h4", template);
sIFR.replaceElement("h5", template);
sIFR.replaceElement(".sIFR-h5Link", template);
//sIFR.replaceElement(".clLevel1", template_menu);

};

//]]>