function editStadiumInfo()
{
	var result = true;
	if($('tcountry').value!='' && $('tcountry_id').value != $('tcountry').value){alert('Please, choose a valid country from the list');return false;}
	if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();result = false;}
	//if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();result = false;}
	//if(!validate_catpcha()){return false;}
	//if($('tfullname').value == ''){result = false;}
	//if($('tcountry').value == ''){result = false;}
	return result;
}
