<!-- HIDE FROM OTHER BROWSERS
//
function doAuto(){
  var mSel = document.forms[0].use.options[document.forms[0].use.selectedIndex].value;
  if(mSel == "meta"){
    document.forms[0].query.value = "Enter query";
}
  if(mSel == "metanews"){
    document.forms[0].query.value = "Enter query";
}
  if(mSel == "alleng"){
    document.forms[0].query.value = "Enter query OR just click on go";
}
  if(mSel == "allnews"){
    document.forms[0].query.value = "Enter query OR just click on go";
}
  if(mSel == "quot"){
    document.forms[0].query.value = "Enter a search term";
}
  if(mSel == "calc"){
    document.forms[0].query.value = "Enter query ex: 401(k)";
}
  if(mSel == "comp"){
    document.forms[0].query.value = "Enter a business name";
   }
  if(mSel == "sic"){
    document.forms[0].query.value = "Enter a category OR - SIC code to reverse lookup";
}
  if(mSel == "profile"){
    document.forms[0].query.value = "Enter a company name";
   }
  if(mSel == "transtick"){
    document.forms[0].query.value = "Enter a (1) ticker symbol";
   }
  if(mSel == "transco"){
    document.forms[0].query.value = "Enter a query OR a company name";
   }
  if(mSel == "sym"){
    document.forms[0].query.value = "Enter the name of a company/fund";
}
  if(mSel == "corsrch"){
    document.forms[0].query.value = "Enter a (1) ticker symbol";
   }
  if(mSel == "stock"){
    document.forms[0].query.value = "Enter symbols sep. by a space";
   }
  if(mSel == "fund"){
    document.forms[0].query.value = "Enter symbols sep. by a space";
   }
  if(mSel == "whois"){
    document.forms[0].query.value = "domain.suffix (without www)";
   }
  if(mSel == "ftp"){
    document.forms[0].query.value = "Enter the name of a company";
   }
  if(mSel == "assn"){
    document.forms[0].query.value = "Enter a search term";
   }
  if(mSel == "bbb"){
    document.forms[0].query.value = "Enter ZIP code";
   }
  if(mSel == "chamber"){
    document.forms[0].query.value = "Enter the state";
   }
  if(mSel == "jobs"){
    document.forms[0].query.value = "Enter a search term";
   }
  if(mSel == "zdn"){
    document.forms[0].query.value = "Enter a term";
   }
  if(mSel == "zip"){
    document.forms[0].query.value = "Enter a ZIP OR a city, state";
   }
  if(mSel == "country"){
    document.forms[0].query.value = "Enter the city OR country";
   }
  if(mSel == "res"){
    document.forms[0].query.value = "Enter the last name of a Person";
   }
  if(mSel == "bus"){
    document.forms[0].query.value = "Enter the name of a Business";
}
  if(mSel == "buscat"){
    document.forms[0].query.value = "Enter a ZIP";
}
  if(mSel == "fax"){
    document.forms[0].query.value = "Enter the name of a Business";
 }
  if(mSel == "toll"){
    document.forms[0].query.value = "Enter the name of a Business";
}
  if(mSel == "email"){
    document.forms[0].query.value = "Enter the name of a Person";
}
  if(mSel == "revcode"){
    document.forms[0].query.value = "Enter an area code";
   }
  if(mSel == "revres"){
    document.forms[0].query.value = "XXX-XXX-XXXX";
   }
  if(mSel == "revbus"){
    document.forms[0].query.value = "XXX-XXX-XXXX";
}
  if(mSel == "revfax"){
    document.forms[0].query.value = "XXX-XXX-XXXX";
 }
  if(mSel == "revtoll"){
    document.forms[0].query.value = "800-XXX-XXXX";
}
  if(mSel == "revemail"){
    document.forms[0].query.value = "name@domain.suffix";
}
  if(mSel == "hotelzip"){
    document.forms[0].query.value = "Enter your ZIP";
   }
  if(mSel == "foodzip"){
    document.forms[0].query.value = "Enter your ZIP";
   }
  if(mSel == "movie"){
    document.forms[0].query.value = "Enter a ZIP OR a city, state";
   }
  if(mSel == "wea"){
    document.forms[0].query.value = "Enter your ZIP";
   }
  if(mSel == "cities"){
    document.forms[0].query.value = "Enter the name of a city";
   }
  if(mSel == "cityg"){
    document.forms[0].query.value = "Enter the city or ZIP";
   }
  if(mSel == "score"){
    document.forms[0].query.value = "Enter your ZIP";
   }
  if(mSel == "books"){
    document.forms[0].query.value = "Enter author or title or ISBN";
   }
  if(mSel == ""){
    document.forms[0].query.value = "Select a Search Tool";
   }
 }
// STOP HIDING HERE -->
