function go_top(new_link)
{
   if (top==self) self.location.href = new_link
}

