function searchSubmit(){
	var query = document.getElementById('q').value;
	location.href="/search/index.htm?keyword="+query;
}