home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / mcombo152.exe / Plugin / Weather / cache / summaryCAXX0301.txt
Text File  |  2005-11-15  |  728b  |  23 lines

  1.  
  2. function makeWeatherObj() {
  3.  
  4.             this.swCity = "Montreal";
  5.             this.swSubDiv = "";
  6.             this.swCountry = "Canada";
  7.             this.swRegion = "Canada";
  8.             this.swTemp = "32";
  9.             this.swTempCel = Math.round((5/9)*(this.swTemp-32));
  10.             this.swCIcon = "7";
  11.             this.swWindS = "14";
  12.             this.swWindD = "ENE";
  13.             this.swBaro = "";
  14.             this.swHumid = "";
  15.             this.swReal = "22";
  16.             this.swUV = "0";
  17.             this.swVis = "1.00";
  18.             this.swLastUp = "11/15/2005 10:52:00";
  19.             this.swConText = "Snow/ Freezing Rain";
  20.             this.swFore = "3|4|5|6|7|11/15/2005|11/16/2005|11/17/2005|11/18/2005|11/19/2005|7|12|14|14|14|256|47|32|84|32|40|59|40|36|39|80|100|30|50|30|12|12|29|27|26|18|74|4|3|1|37|37|22|28|31|";
  21.  
  22.     this.swAcid = "CAXX0301";
  23. }