// JavaScript Document
$(function(){
	$('select#sortcat').change(function(){
		$(this).parent().submit();								
	 });
});