function updateFilteredPage(form) {
	form.submit();
}

$('#source_filter_form select').change( function() {
	updateFilteredPage($('#source_filter_form'));
});
