function surfto(url) {
      if (url != "0") {
        window.open(url, target="_top");
      }
}
