 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();
								
 	});
	
	jQuery("a").focus(function(){
		this.blur();
	});
	
 });
 
 
function runSiteScripts(path) {
	//here's the sIfr
	//code for the h1 tags
	var Vivaldi = {  src: path + 'Vivaldi.swf' };
	sIFR.activate(Vivaldi);
	sIFR.replace(Vivaldi, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  path +  'Vivaldi.swf', 
	  css: [ '.sIFR-root {color:#ffffff; }'  ]
});
}

