// <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
//
// $Id: newsroom_events_archive.js 8 2008-03-31 16:17:50Z alexfkl $
//

jQuery(document).ready(function() {

	jQuery('#yearFilter').change(function() {
		window.location.href = urlPrefix + '?' + 'year=' + $(this).val();
	});

});
