(function(){var stateList,Y=YAHOO.util;LMI.Init.addFunction(function(){stateList=LMI.Element.getOne('#stateList');Y.Event.addListener(stateList,'change',stateChangeHandler);});function stateChangeHandler(e){try{url=stateList.options[stateList.selectedIndex].value;if(url!=='#'){window.location=stateList.options[stateList.selectedIndex].value;}}catch(ex){}}})();