// Genereted by /etc/rc2.d/S99ftpputip on host snow, Thu Aug 17 00:05:58 CEST 2006

var g_ip = "92.244.9.134";

function getServerAddress() {
  if (g_ip != "") {
    return "http://" + g_ip;
  }
  else {
    return "";
  }
}

