// JavaScript Document

function go_url(gostr){
	window.location=gostr;
}