function makeWeatherObj() { this.swCity = "Belize City"; this.swSubDiv = ""; this.swCountry = "Belize"; this.swRegion = "Central America"; this.swTemp = "79"; this.swTempCel = Math.round((5/9)*(this.swTemp-32)); this.swCIcon = "29"; this.swWindS = "3"; this.swWindD = "E"; this.swBaro = "29.85"; this.swHumid = "89"; this.swReal = "84"; this.swUV = "0"; this.swVis = "6.21"; this.swLastUp = "04/25/2010 04:00:00"; this.swConText = "Partly Cloudy"; this.swFore = "4|5|6|7|1|04/26/2010|04/27/2010|04/28/2010|04/29/2010|04/30/2010|39|37|38|37|39|19|27|28|27|20|87|87|88|87|88|30|30|30|30|30|45|47|47|11|29|20|28|28|14|4|77|78|77|76|75|"; this.swAcid = "BHXX0001"; }