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; i4) name=name.substring(0,4); if(document.getElementById("weatherarea")) document.getElementById("weatherarea").innerHTML=name; var mydate = new Date(); var YY = mydate.getFullYear(); var MM = mydate.getMonth()+1; var DD = mydate.getDate(); var WW=new Array("日","一","二","三","四","五","六"); if(MM<10) MM="0"+MM; if(DD<10) DD="0"+DD; if(document.getElementById("todayDate")) document.getElementById("todayDate").innerHTML=YY+"-"+MM+"-"+DD+" 星期"+WW[mydate.getDay()]; if(document.getElementById("weatherinfo")) document.getElementById("weatherinfo").innerHTML=""; } function runWeather() { var sCHValue=""+Cti2007getCookie("CustomweatherArea"); if(sCHValue=="null") sCHValue="0"; makeContent("/2009Cti/index/inc/2009Cti-Index-inc-01-Top-Weather-Custom/0,5043,"+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("/2009Cti/index/inc/2009Cti-Index-inc-01-Top-Weather-Setup/0,5045,"+sCHValue+",00.html","setweather"); }