function search_site(val) {
	alert("You searched for this: " + val);
}