function sendToGoogle() {
	var url = "http://www.google.com/search?q=";
	url = url + document.searchbox.searchQuery.value + "+site:www.collegevenuesdigest.com";
	window.location.href = url;
}