function makeWeatherObj() { this.swCity = "Phoenix"; this.swSubDiv = "AZ"; this.swCountry = "USA"; this.swRegion = "United States"; this.swTemp = "76"; this.swTempCel = Math.round((5/9)*(this.swTemp-32)); this.swCIcon = "29"; this.swWindS = "0"; this.swWindD = "CALM"; this.swBaro = "29.74"; this.swHumid = "48"; this.swReal = "75"; this.swUV = "0"; this.swVis = "999.00"; this.swLastUp = "10/09/2003 06:56:00"; this.swConText = "Partly Cloudy"; this.swFore = "5|6|7|1|2|10/09/2003|10/10/2003|10/11/2003|10/12/2003|10/13/2003|34|38|30|37|32|22|28|4|27|24|97|89|93|92|92|0|40|20|30|10|45|47|31|33|31|16|27|11|23|11|77|74|73|70|70|"; this.swAcid = "USAZ0166"; }