function addSearchEngine() {
  document.write('<form name="web" method="get" action="http://www.google.ru/search">');
  document.write('<input type="hidden" name="domains" value="utya.nnov.ru" />');
  document.write('<input type="hidden" name="sitesearch" value="utya.nnov.ru" />');
  document.write('<input type="hidden" name="ie" value="windows-1251" />');
  document.write('Поиск по сайту <input style="margin-bottom:0px; border-width:1px; border-style:solid; border-color:#333333; padding-left:5px;" type="text" name="q" size="20" value="" maxlength="160" />&nbsp;');
  document.write('<input style="margin-bottom:0px; border-width:1px; border-style:solid; border-color:#333333;" type="submit" value="Найти" /></form>');
}

function reFocus() {
  document.web.q.focus();
}