$(document).ready(function(){
	$("#quick_links").change(function(){
		var url = $(this).val();
		window.location = url;
	});
});
