Вставляете туда, где желаете видеть "поиск"
Code
<center><script>
function thismod(mod) {
document.poisk.action='/'+mod+'/';
switch (mod) {
case 'blog':
aa=13;
break;
case 'news':
aa=14;
break;
default:
aa=2;
}
document.poisk.a.value=aa;
}
</script>
<form name="poisk" method="post" style="margin: 0px;" action="/news/">
<input name="query" maxlength="30" size="70" onchange="news" type="text" value="Поиск новостей по сайту" onfocus="if (this.value=='Поиск новостей по сайту') this.value='';">
<input name="image" src="http://prosidr.at.ua/gg.jpg" title="Поиск новостей" align="absmiddle" border="0" type="image">
<input name="a" value="14" type="hidden">
</form></td></center>