$(document).ready(function(){
	$('#countries').change(function(){var value=this.options[this.selectedIndex].value;if(value)location.href=value;});
});