<!--

var g = ""

function jump(form)
{

var Myclock = new Date();
var searcher = form.srchmnu.selectedIndex;
var trag = form.txt.value;
var x = Math.round(Myclock.getSeconds()/2+1);
var y = Math.round(Myclock.getMinutes()/4+1);
if (trag != ""){
	var novi = ""
	for  (var i = 0; i < trag.length; i++)
		{
			var a = trag.charAt(i)
			if (a == " ") novi += "+"
			else novi += a;
		}
	if (searcher == 0) g = "http://www.altavista.com/sites/search/web?q="+novi+"&pg=q&kl=XX&search=Search";  //Altavista
	if (searcher == 1) g = "http://service.bfast.com/bfast/click?siteid=37089567&bfpage=hotbot2&bfmid=5960107&MT="+novi+"&x="+x+"&y="+y;  //HotBot
	if (searcher == 2) g = "http://service.bfast.com/bfast/click?bfsiteid=36221044&bfpage=search&bfmid=253985&Keywords="+novi+"&Submit.="+x+"&Submit.y="+y; //GoTo
	if (searcher == 3) g = "http://www.google.com/search?q="+novi+"&btnG=Google+Search"; //Google
	if (searcher == 4) g = "http://google.yahoo.com/bin/query?p="+novi+"&hc=0&hs=0"; //Yahoo!
	if (searcher == 5) g = "http://www.lycos.com/srch/?query="+novi; //Lycos
	window.location.href = g}
}

function MM_reloadPage(init) {//reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->