jQuery(document).ready(function(){

	jQuery("#menu div.abscontainer:last").addClass("last");	
	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 VAGRoundedLt_shadow = {  src: path + 'VAGRoundedLt_shadow.swf' };
	sIFR.activate(VAGRoundedLt_shadow);
	sIFR.replace(VAGRoundedLt_shadow, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  path +  'VAGRoundedLt_shadow.swf', 
	  css: [ '.sIFR-root {color:#db0808; }'  ]
});
}

