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