$(document).ready(function(){
	$('#pastArticles').change(function(){
		window.location=$(this).attr('value');								   
	});
});
