// JavaScript Document

function goto(url){
	window.location.href=url;
}
