function siteSearch() {
	var queryString = document.getElementById('search').value;

	location = "/search?search="+queryString;
}
