

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