

function makeWeatherObj() {



                        this.swCity = "Flensburg";

                        this.swSubDiv = "N/A";

                        this.swCountry = "Germany";

                        this.swRegion = "Europe";

                        this.swTemp = "33";

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

                        this.swCIcon = "12";

                        this.swWindS = "11";

                        this.swWindD = "ESE";

                        this.swBaro = "29.06";

                        this.swHumid = "99";

                        this.swReal = "25";

                        this.swUV =  "";

                        this.swVis = "2.09";

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

                        this.swConText =  "Snow";

                        this.swFore = "7|1|2|3|4|02/12/2005|02/13/2005|02/14/2005|02/15/2005|02/16/2005|5|14|14|30|30|94|84|84|4|4|41|31|28|30|29|90|90|40|20|20|16|14|29|29|14|90|84|4|4|32|24|25|20|18|18|";



                        this.swAcid = "GMXX0039";
 }
