$(document).ready(function(){$(".newspage").change(function(){location.href="news?type="+$(this).val()})});
