// Function to clear text field
function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
}


				function loadSearchPage()
 				 {
 				 alert('before');
 				this.location = "http://www.agilethought.com.au/";
 				alert('after');
 				 }
