$(document).ready(function(){
	//alert ('ok');
	$(".ns_select").change(function () {
		$("#news_form").submit();
	})
});
