	function goBack()
	{
		window.history.back();
	}
	function goHere(url)
	{
		window.location = url;
	}
	function etLaunchZoomgo(game)
	{
		window.open('http://e.redrival.com/zoomgo/' + game,'rrgame','width=800,height=600,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0')
	}
