home *** CD-ROM | disk | FTP | other *** search
-
- function makeWeatherObj() {
-
- this.swCity = "Montreal";
- this.swSubDiv = "";
- this.swCountry = "Canada";
- this.swRegion = "Canada";
- this.swTemp = "32";
- this.swTempCel = Math.round((5/9)*(this.swTemp-32));
- this.swCIcon = "7";
- this.swWindS = "14";
- this.swWindD = "ENE";
- this.swBaro = "";
- this.swHumid = "";
- this.swReal = "22";
- this.swUV = "0";
- this.swVis = "1.00";
- this.swLastUp = "11/15/2005 10:52:00";
- this.swConText = "Snow/ Freezing Rain";
- 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|";
-
- this.swAcid = "CAXX0301";
- }