
function loadURL($url) {
	document.location.href=$url;
}
