

function makeWeatherObj() {



			this.swCity = "Hamden";

			this.swSubDiv = "CT";

			this.swCountry = "USA";

			this.swRegion = "United States";

			this.swTemp = "68";

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

			this.swCIcon = "29";

			this.swWindS = "7";

			this.swWindD = "SE";

			this.swBaro = "30.14";

			this.swHumid = "93";

			this.swReal = "68";

			this.swUV = "0";

			this.swVis = "10.00";

			this.swLastUp = "06/26/2006 00:53:00";

			this.swConText = "Partly Cloudy";

			this.swFore = "2|3|4|5|6|06/26/2006|06/27/2006|06/28/2006|06/29/2006|06/30/2006|28|28|38|37|38|3|3|28|27|28|77|76|76|80|80|20|10|40|30|40|26|26|11|11|29|1|1|14|14|4|66|66|67|65|65|";



	this.swAcid = "USCT0091";

}