<!--
function gourl(url)
{
	if (url.length > 0)
	{
		window.location.href = url
	}
}
//-->
