doQuery = function(v,host) {
	if (v.length > 0){ document.location = "http://www." + host + "/" + v.replace(/ /g, "-"); } else { alert("Please enter a search term."); } return false;
}

popwin = function(url,w,h) {
	var stuff = "directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,left=100,top=100,width="+w+",height="+h;
	window.open(url,"newwin",stuff,true);
}
