// JavaScript Document

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