//if (typeof(google) != "undefined") {
//	google.load("jquery", "1.6.2");
//	google.load("jqueryui", "1.8.13"); // jquery-ui
//	google.setOnLoadCallback(function() {
//	});
//}
//else {
	document.write(decodeURI("%3Cscript src='" + JS_PATH + "jquery-1.6.2.min.js' type='text/javascript'%3E%3C/script%3E"));
	document.write(decodeURI("%3Cscript src='" + JS_PATH + "jquery-ui-1.8.13.custom.min.js' type='text/javascript'%3E%3C/script%3E"));
//}
