$(function() {
	$("#submit").hide();
	
	$("#view").change(function(){
		window.location.href = $("#view").val()
	});
});