function CheckIskForm(UserForm){
 var is_ok = true; iskstr=UserForm.key.value; UserForm.q.value=iskstr;
 if (iskstr == ''){ is_ok = false; alert("Поиск пуст! Введите строку поиска."); UserForm.key.focus(); } 
 else if (iskstr.length<2) { is_ok = false;
	 alert("Поиск запроса менее двух символов не производится!\nВведите в искомой строке более 2 символов."); UserForm.key.focus();
 }
return is_ok;
}

function sweetmama166x100(){
if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://bn.sweetmama.ru/ads/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:22");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
}
