$(document).ready(function(){$("#send").click(function(){re=/[А-Я,а-я]/;ext=$("#ext").attr("value");if(re.test(ext)||ext==""){$("#ext").effect("highlight",{color:"#ff0000"},500);$("#ext").focus();$("#ext").select();}else{$("#result").empty();$("#send").toggle();$("#loader").toggle();$.ajax({type:"POST",data:"ext="+ext,url:"search.php",dataType:"html",success:function(data,nul){$("#send").toggle();$("#loader").toggle();$("#result").html(data);$("#ext").focus();}});}});$("#footer").append("<br /><a href='http://www.liveinternet.ru/click' "+"target='_blank'><img src='http://counter.yadro.ru/hit?t21.2;r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random()+"' alt='Статистика' title='LiveInternet: показано число просмотров за 24"+" часа, посетителей за 24 часа и за сегодня' "+"width='88' height='31'></a>");});