$(document).ready(function(){
	$("#nl_list").change(function(){
		location.href = 'newsletter.php?location=' + $("#nl_list").val();
		return;
	});
});