function go(page)
{
   var im = new Image();
   im.src='/host.php?'+page;
   return true;
}