В то место где хотите чтобы был поиск:
Code
<div class="SearchBlock1"><div class="SearchBlock2">
<div style="margin-left:-17px; margin-top:3px; width:14px; height:14px; float:left;" align="left"><img src="http://nash-kavkaz.net.ru/img_g/blocks/search/search_block1.png" border="0" /></div>
<div class="searchForm">
<form id="searchform" method="post" style="margin:0px" action="">
<div class="schQuery">
<table style="" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="160px" valign="middle" align="left">
<table style="margin-bottom:3px;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="16"><input id="module" name="module" type="radio" value="/load/"></td>
<td style="font-size:11px; padding-top:1px; padding-left:1px; font-family:tahoma;"><label style="color:#ffffff; text-shadow: 1px 1px 0px #ec9411;" for="module">Музыка</label></td>
<td width="16"><input id="modulee" name="module" type="radio" value="/publ/"></td>
<td style="font-size:11px; padding-top:1px; padding-left:1px; font-family:tahoma;"><label style="color:#ffffff; text-shadow: 1px 1px 0px #ec9411;" for="modulee">Видео</label></td>
</tr>
</table>
</td>
<td style="padding-top:0px;" valign="top">
<input style="width:100%;" id="poiskinput" type="text" name="query" maxlength="70" size="20" class="queryField" />
<input style="" type="submit" class="searchSbmFl SearchBtnn" id="chromeFix" name="sfSbm" value=" " />
<input type="hidden" name="a" value="2" />
</td>
</tr></table>
</div></form>
<script type="text/javascript">
var def = '/load/', form = $('#searchform'), module = $(form).find('input[value="/'+window.location.href.split('/')[3]+'/"]').val();
module = (typeof module == 'undefined') ? def : module;
$(form).attr('action', module).find('input[name="module"]').click(function() {
$(form).attr('action', $(this).val());
}).end().find('input[value="'+module+'"]').attr('checked', 'checked');
</script>
</div>
</div></div>