function go_url(term){
		document.form1.q.value=term;
		document.form1.submit();
	}