// <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
//
// $Id: newsroom_productnews_archive.js 11 2008-04-10 12:33:32Z alexfkl $
//

jQuery(document).ready(function() {

	jQuery('#yearFilter').change(function() {
		window.location.href = urlPrefix + '?' + 'year=' + $(this).val();
	});

});

