				jQuery(function($){
					$("#header-forum-dropdown-wrapper form select").change(function(){
						$(this).parent().submit();
					});
				});
				