$(document).ready(function(){
	$('#sortby').bind('change', function(){
		if (this.value)
		{
			$('#filter_search').submit();
		}
	});
});
