$(function(){
	$("select#mini-navigation").change(function(){
		val = $(this).val();
		if (val != "na") { window.location = val; }
	});
})
