function OneLook_Lookup()
{
  document.write('<table cellpadding=10 align="center"><tr><td bgcolor="#80FF80" align="left">\n');
  document.write('<strong>Search over 1000 online dictionaries</strong> ');
  document.write('<font size="1">');
  document.write('(Powered by <a href="http://www.onelook.com/" target="_blank" rel="nofollow">');
  document.write('OneLook&reg; Dictionary Search)</a>');
  document.write('</font><br>\n');
  document.write('NB: The search will open in a new window, close the window to return to this page.\n');
  document.write('<form method="GET" action="http://www.onelook.com/" target="_blank">\n');
  document.write('<input type="hidden" name="loc" value="pub" />\n');
  document.write('<b>Enter word or phrase</b>: <input name="w" value="" />\n');
  document.write('<input type="submit" value="Find it!" />\n');
  document.write('</form>\n');
  document.write('<font face="verdana, geneva, helvetica" size="1">\n');
  document.write('Over 1000 online dictionaries will be searched for possible matches.<br>\n');
  document.write('Use wild cards to find other possible matches.<br>\n');
  document.write('"?" matches one letter (h?llo) - "*" for any number of letters (h*o)<br>\n');
  document.write('</font></td></tr></table>\n');
}