$(function() {

	$('#pref').change(function(){
		var h = $(this).attr('rel') + $(this).val();
		location.href=h;
	});

});
