//    <form method="get" action=http://yp.yahoo.com/py/yploc.py>
//      <input name=stx size=20>
//      <input type="hidden" name="csz_in" value="Pasadena, CA">
//      <input type="hidden" name="Pyt" size=2 value="Typ">
//      <input type="hidden" name="mode" size=2 value="city">
//      <input type="hidden" name="clr" size=2 value="ypResults">
//      <input type="hidden" name="stp" size=2 value="a">
//      <input type="hidden" name="tab" size=2 value="B2C">
//      <input type=hidden name="submit" value="1">
//      <input type="submit" value="!" name="Submit22222">
//    </form>

  function justGoThere() {
    var theURL = document.forms["theVisible"].elements["input1"].value;
    if (theURL.indexOf("://") == -1) {theURL = "http://" + theURL;}
    top.theTarget.location = theURL;
  }

//  var googleButton = document.createElement("Input");
//  googleButton.type = "button";
//  googleButton.onclick = submitToGoogle;
//  googleButton.value = "Google";
//  document.getElementById("theForm").appendChild(googleButton);

  document.write('<INPUT TYPE="button" onClick=justGoThere() VALUE="!">');
