// JavaScript Document

function getme(myVal){
	document.searchform.s.value = myVal;
	document.searchform.submit();
}


