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

function go_back()
{
   history.back();
}