$(document).ready(function(){
	$("#selectstatepulldown").change(function(){
	   $("#selectstateform").submit();
	});
});
