

function makeWeatherObj() {



                        this.swCity = "Cologne";

                        this.swSubDiv = "N/A";

                        this.swCountry = "Germany";

                        this.swRegion = "Europe";

                        this.swTemp = "54";

                        this.swTempCel = Math.round(5/9)*(this.swTemp-32);

                        this.swCIcon = "28";

                        this.swWindS = "30";

                        this.swWindD = "WSW";

                        this.swBaro = "29.47";

                        this.swHumid = "82";

                        this.swReal = "54";

                        this.swUV =  "0";

                        this.swVis = "9.99";

                        this.swLastUp = "02/12/2005  11:30 am CET";

                        this.swConText =  "Light Rain";

                        this.swFore = "7|1|2|3|4|02/12/2005|02/13/2005|02/14/2005|02/15/2005|02/16/2005|5|16|14|30|30|94|157|84|4|4|55|33|34|35|32|100|100|80|10|20|5|16|46|29|29|94|109|78|4|4|31|29|24|23|23|";



                        this.swAcid = "GMXX0018";
 }
