// JavaScript Document
function go(loc) 
{	
	window.location.href = loc; 
}

