

function makeWeatherObj() {



                        this.swCity = "Berlin";

                        this.swSubDiv = "N/A";

                        this.swCountry = "Germany";

                        this.swRegion = "Europe";

                        this.swTemp = "39";

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

                        this.swCIcon = "11";

                        this.swWindS = "10";

                        this.swWindD = "SSE";

                        this.swBaro = "29.47";

                        this.swHumid = "100";

                        this.swReal = "32";

                        this.swUV =  "1";

                        this.swVis = "4.8";

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

                        this.swConText =  "Sunny";

                        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|14|28|94|157|84|98|74|43|32|27|30|26|0|0|10|30|60|31|33|33|11|11|11|23|23|14|13|29|27|22|21|19|";



                        this.swAcid = "GMXX0007";
 }
