    $(document).ready(function(){ 
		// Fixes any Isssues from PNG Filles in IE6 and IE 5.5					   
        $(document).pngFix(); 
		// make rounded corner
		
		// Runs Clock on Page
		stampIt();
	

		// Opens Application Menu on Pull 
	
	// End of Ready Function
	});  
