function gotoURL(newURL)
{
	document.location.href=newURL;
}
