function searchFocus(){
	document.getElementById("q").focus();
}
window.onload=searchFocus;
