//$(document).ready(function(){ 
//		// Fixes any Isssues from PNG Filles in IE6 and IE 5.5					   
//        $(document).pngFix(); 
//		// make rounded corner
//		
//		//$("div.box").corner("8px");
//		// Runs Clock on Page
//		//stampIt();
//		// Runs custumscrollbar on the Page
//		
//		// runs css of grids table
//		//stripe();
//		// Opens Application Menu on Pull 
//	//	$("#apMenuPuller").click(function(){
//		//		if ($("#apMenu").css("display")=="none") $("#apMenu").show("slow");
//			//	else  $("#apMenu").hide("slow");
////		});
//	// End of Ready Function
//	});  

$(document).ready(function(){ 
		// Fixes any Isssues from PNG Filles in IE6 and IE 5.5					   
        $(document).pngFix(); 
		// make rounded corner
		//$("div.box").corner("8px");
		//$("div.box").corner("br top 8px");
		// Runs Clock on Page
		//stampIt();
		// Opens Application Menu on Pull 
		//$("#apMenuPuller").click(function(){
	//			if ($("#apMenu").css("display")=="none") $("#apMenu").show("slow");
		//		else  $("#apMenu").hide("slow");
	//	});
	// End of Ready Function
	});