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