function pageScripts(){
	var Journal = {  src: DNN_skinPath + 'Journal.swf' };
	sIFR.activate(Journal);
	sIFR.replace(Journal, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  DNN_skinPath +  'Journal.swf', 
	  css: [ '.sIFR-root {color:#006a51; font-size:60px;letter-spacing:-3;}'  ]
	});
}


///Menu implementation	   
jQuery(document).ready(function(){							
								
	jQuery("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal"
	});
	
   jQuery(".Level1").append("<li><img src='/Portals/_default/Skins/WarrenOrtho/images/subbtm.png' class='subbtm'></li>");
		 
		/* remove box from links */
	jQuery("a").focus(function(){	this.blur(); });
	
	
	/*Preload the menu backgrounds*/
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/Home_on.png";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/Officeinfo_on.png";	
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/Patientinfo_on.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/Treatment_on.png";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/Funstuff_on.png";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/contactus_on.png";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/Patientlogin_on.png";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/subbg1.png";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/subbtmline.png";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/subhover.png";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/subbtmline1.png";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/subbtm.png";

	
	if (jQuery("#featureorthognathic").length){
		var sshow = new SWFObject("http://tools.televoxsites.com/features/orthognathic.swf", "slideshow", "190", "205", "6", "#000000"); 
		sshow.addParam("wmode", "transparent"); 
		sshow.write("featureorthognathic");
	}
});
