function go()
 { z=document.forms['theform'].nick.value;
   if (z.length<5){alert('Please enter your ClickBank nickname in the blank.'); return 0;}
document.forms['theform'].link1.value='http://'+z+'.blueberryc.hop.clickbank.net';
   return 1;
}
