$(document).ready(function(){$("form#storeFinderForm select").change(function(){$(this).parents("form").submit()});initialize()});