function SubmitSearch() {
	window.location="/search/q/" + document.getElementById("h-search").q.value;
}
