function wheatherItem(id, pic) { this.id = id; this.pic = pic; } var weatherGifLib = new Array( new wheatherItem(1 ,'weather11.gif'), new wheatherItem(2 ,'weather21.gif'), new wheatherItem(5 ,'weather51.gif'), new wheatherItem(6 ,'weather61.gif'), new wheatherItem(11 ,'weather52.gif'), new wheatherItem(12 ,'weather62.gif'), new wheatherItem(3 ,'weather23.gif'), new wheatherItem(17 ,'weather53.gif'), new wheatherItem(18 ,'weather63.gif'), new wheatherItem(22 ,'weather44.gif'), new wheatherItem(25 ,'weather15.gif'), new wheatherItem(26 ,'weather25.gif'), new wheatherItem(28 ,'weather35.gif'), new wheatherItem(29 ,'weather55.gif'), new wheatherItem(30 ,'weather65.gif'), new wheatherItem(31 ,'weather16.gif'), new wheatherItem(32 ,'weather26.gif'), new wheatherItem(33 ,'weather36.gif'), new wheatherItem(34 ,'weather46.gif'), new wheatherItem(35 ,'weather56.gif'), new wheatherItem(36 ,'weather66.gif'), new wheatherItem(37 ,'weather70.gif'), new wheatherItem(38 ,'weather71.gif'), new wheatherItem(39 ,'weather72.gif') ) function findWeatherPic(id) { var picName for (var i=0; i"+degree+"°"; } function runWeather() { var sCHValue=""+Cti2007getCookie("CustomweatherArea"); if(sCHValue=="null") sCHValue="0"; makeContent("/2007Cti/2007Cti-Index-inc/Inc/2007-01-Top-Weather-Custom/0,4650,"+sCHValue+",00.html","customWeather"); } function setupWeather() { if(document.getElementById("setweather")) document.getElementById("setweather").style.visibility="visible"; var sCHValue=""+Cti2007getCookie("CustomweatherArea"); if(sCHValue=="null") sCHValue="0"; ++sCHValue; makeContent("/2007Cti/2007Cti-Index-inc/Inc/2007-01-Top-Weather-Setup/0,4648,"+sCHValue+",00.html","setweather"); } //setTimeout('runWeather();',3000) //runWeather()