<!-- (c) B V Wood -->
<!-- 
function clearAmazon() {
   document.forms[1].domain.value='';
}
function button(choice,op) {
   if (document.forms[0].cb.checked==true){
      strC="-";
   }else {
      strC="";
   }
   strA = document.forms[0].yourKey.value;
   if (op==1) {
      var strB = new Array("all", "about", "be", "cyber", "have","how2", "go", "ican", "surf", "use", "all4", "care4", "eye4", "forum4", "go4","net4", "web4", "big", "hot");   
      document.forms[1].domain.value=strB[choice] + strC + strA;
   }else {
      var strB = new Array("active", "base", "beach", "bee", "biz", "direct", "forum", "hut", "life", "net", "ocean", "online", "port", "smart", "surf", "tree", "web", "wiz", "world", "zone");   
      document.forms[1].domain.value=strA + strC + strB[choice];
   }
   document.forms[1].submit()
}
// -->
<!-- (c) B V Wood  -->
