jQuery(function(){
	jQuery('#jumpMenu').change(function(){
		location.href = BASE_URL + '/' + jQuery(this).val();
	});
})
