function setLocation(url){
	window.location.href = url;
}


window.onload = function() {

};

