  function go()

  { x=document.theform.myform.value;

    if (x.length<5){alert('Please enter your full ClickBank nickname in the blank.'); return 0;}

       document.theform.thelink1.value='http://'+x+'.authority.hop.clickbank.net';

  }
