    $(document).ready(function(){ 
		// Fixes any Isssues from PNG Filles in IE6 and IE 5.5					   
        $(document).pngFix(); 
		// make rounded corner
		$("div.box2").corner("7px");
		$("div.box").corner("7px");
		// Runs Clock on Page
		stampIt();
	
	runSlideShow();
		// Opens Application Menu on Pull 
	
	// End of Ready Function
	});  
