$(document).ready(function(){
	$("input[@type='radio']").click(function(){
		$("#filter_form").trigger('submit');
	});
});



