function makeWeatherObj() { this.swCity = "Bridgetown"; this.swSubDiv = ""; this.swCountry = "Barbados"; this.swRegion = "Caribbean"; this.swTemp = "84"; this.swTempCel = Math.round((5/9)*(this.swTemp-32)); this.swCIcon = "28"; this.swWindS = "22"; this.swWindD = "E"; this.swBaro = "30.00"; this.swHumid = "66"; this.swReal = "89"; this.swUV = "6"; this.swVis = "6.21"; this.swLastUp = "01/25/2006 10:00:00"; this.swConText = "Mostly Cloudy/ Windy"; this.swFore = "4|5|6|7|1|01/25/2006|01/26/2006|01/27/2006|01/28/2006|01/29/2006|11|39|11|39|39|41|29|21|20|20|83|82|83|82|82|40|30|30|30|30|45|45|29|11|11|20|20|4|14|14|76|75|76|75|75|"; this.swAcid = "BBXX0001"; }