goto = function(urlString)
{
	window.location = urlString;
}