var base = "/";/*
$(document).ready(function(){
	
});
*/
function goTo(url) {
	window.location = url;
}
