function jump() {

	var str = document.jumpto.ucountry.value
	if (str != 'Select Country') window.location = 'http://www.yearsabroad.com/' + str ;
}
function jump2() {

	var str = document.jumpto2.ucountry.value
	
	if (str != 'Select Country') window.location = 'http://www.yearsabroad.com/' + str ;
}