function search()
{

	
	window.location = 'https://www.allied-services.org/search.php?query=' + escape(document.getElementById("query").value);
	
	document.getElementById("q").value = document.getElementById("query").value;
	document.getElementById("googlesearch").submit();
}