function changeURL(newURL)
{
	if (newURL == 0) return;
	window.location.href = newURL;
}