 jQuery(document).ready(function(){
 jQuery("#menu div.abscontainer:last").addClass("last");	
 jQuery("p.active").hide();
	jQuery("p.active").hide();
				
	jQuery("a.active").mouseover(function(){
					jQuery("p.active:not(p.active:eq("+ jQuery("a.active").index(this) + "))").hide();
					jQuery("p.active:eq("+ jQuery("a.active").index(this) + ")").slideDown();
				
								
 	});
	jQuery("#dnn_ContentPane,a.empty").mouseover(function(){
					jQuery("p.active").hide();
								
 	});
	
 });
 
 
function runSiteScripts(path) {
	//here's the sIfr
	//code for the h1 tags
	var FritzQuad = {  src: path + 'FritzQuad.swf' };
	sIFR.activate(FritzQuad);
	sIFR.replace(FritzQuad, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  path +  'FritzQuad.swf', 
	  css: [ '.sIFR-root {color:#103728; }'  ]
});
}


