//sIFR implementation


function pageScripts() {
var zapfino = {  src: DNN_skinPath + 'TempusSansITC.swf' };
sIFR.activate(zapfino);
sIFR.replace(zapfino, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'TempusSansITC.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:42px;font-weight:normal;}'  ]
  
});
}
 
/*Menu implementation*/
	   
jQuery(document).ready(function(){

	jQuery("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:200,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	}).find(">li:has(ul)").mouseover(function () {
		jQuery("ul", this).bgIframe({opacity:true});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#Navigation > ul >li:has(ul)")).bgIframe({opacity:true});
	});

				if(document.getElementById("lastch")){
document.getElementById("lastch").className="lastch";
	}

});

