function surfto(destination)
{
  var location = destination;
  if (location != "")
     window.location = location;
}
