goSearch = function(searchbox) {
		location.href = '/psearch/'+document.getElementById(searchbox).value;
		return false;
	}