function go()
{
  if( window.location.hostname == "jmx.dns2go.com" ||
      window.location.hostname == "jmx-test.d2g.com" ||
      window.location.hostname == "lgbachtel.dns2go.com" ||
      window.location.hostname == "lgbachtel.d2g.com" ||
      window.location.hostname == "jmx.myip.org" ||
      window.location.hostname == "localhost" ||
      window.location.hostname.substring(0,3) == "127" ||
      window.location.hostname == "linux" ||
      window.location.hostname == "linux.local" ||
      false )
  {
    document.forms["main"].action="http://jmx.dns2go.com/cgi-bin/lgbachtel_dump.pl";
    document.forms["main"].method="POST";
    document.forms["main"].enctype="application/x-www-form-urlencoded";
    document.forms["main"].target="_self";
    document.forms["main"].submit();
  }
  else
  {
    document.forms["main"].action="http://lightning.prohosting.com/~ejob/cgi-bin/lgbachtel_dump.pl";
    document.forms["main"].method="POST";
    document.forms["main"].enctype="application/x-www-form-urlencoded";
    document.forms["main"].target="_self";
    document.forms["main"].submit();
  }
}

function image(name,pic)
{
  document[name].src = pic
}
