google.load("jquery", "1");
google.load("jqueryui", "1");

google.setOnLoadCallback(function() {
	jQuery(function($) {
		// Start Round Corners
		$("ul.topnav li a").corner();
		$(".content").corner();
		$(".footer").corner();
		// End Round Corners
	});
});
