window.addEvent("domready",function(){$("weather_from_select").addEvent("change",selectCity)});function selectCity(){var C=$("weather_from_select");var B="";var A="/";if(BETA_=="TRUE"){B="/dev/ce2/v3/docroot/weather.php?id="}else{if(LANG=="fr"){B="/meteo/"}else{B="/weather/"}}B=B+C.options[C.selectedIndex].value;location.href=B};