Code
<!-- <block5> --> /* У меня это block5 - у вас - может быть другой номер */
<?if($SEARCH_FORM$)?>
<table border="0" cellpadding="0" cellspacing="0" class="boxTable" style="overflow:visible!important;">
<tr>
<td class="boxTitle"><strong><!-- <bt> --><!--<s3163>-->Поиск по сайту<!--</s>--><!-- </bt> --></strong></td></tr>
<tr><td class="boxContent"><div align="center"><!-- <bc> -->$SEARCH_FORM$<!-- </bc> --></div></td></tr>
</table>
<script type="text/javascript">
$(document).ready(function(){
$('div.searchForm form[action="/search/"] input.queryField').attr('id','suggEdit');
new _uSuggestList('suggList','suggEdit',{separator:',',colwidth:['100%'],url:'/feat/?a=1'});
});
</script>
<?endif?>
<!-- </block5> -->