// update the page after a country is selected
function updatePage_land_test(){ 
	document.location.href = "index_probe_test.php?land="+document.search.country.value;
}
