// Load jQuery
	    google.load("jquery", "1.2.6");
		
		    google.setOnLoadCallback(function() {
			        // Your code goes here.
					$("#menu").load("menu.html");
					$("#colTwo").load("staff.html");
					$("#footer").load("copyright.html");
					    });
