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