jQuery(document).ready(function() {
								
	jQuery("#Retailer").change( function() {
		jQuery("#RetailerDealForm").submit();
	});

});