$(function(){
	// Secnav mobile //
	
	$("#mobile-secnav #secnav").change(function(e){
		window.location.href = $(this).val()
	});
})