// JavaScript Document

function go(url) {
	window.location = url;
}