var cs_weather_curcond = new Array();
cs_weather_curcond["Broken Clouds"]=66;
cs_weather_curcond["Few Clouds"]=66;
cs_weather_curcond["Partly Clouds"]=66;
cs_weather_curcond["Overcast"]=67;
cs_weather_curcond["Scattered Clouds"]=66;
cs_weather_curcond["Funnel Cloud"] =78;
cs_weather_curcond["Thunderstorm"] =84;
cs_weather_curcond["Heavy Snow"] =83;
cs_weather_curcond["Light Snow"] =77;
cs_weather_curcond["Moderate Snow"] =83;
cs_weather_curcond["Blowing Snow"] =81;
cs_weather_curcond["Snow Showers"] =74;
cs_weather_curcond["Ice Pellets"] =89;
cs_weather_curcond["Freezing Rain"] =89;
cs_weather_curcond["Freezing Drizzle"] =90;
cs_weather_curcond["Hail"] =88;
cs_weather_curcond["Heavy Rain"] =82;
cs_weather_curcond["Light Rain"] =76;
cs_weather_curcond["Rain Showers"] =87;
cs_weather_curcond["Scattered  Showers"] =87;
cs_weather_curcond["Moderate Rain"] =82;
cs_weather_curcond["Drizzle"] =76;
cs_weather_curcond["Smoke"] =75;
cs_weather_curcond["Clear"] =85;
cs_weather_curcond["Light Fog"] =70;
cs_weather_curcond["Heavy Fog"] =70;
cs_weather_curcond["Moderate Fog"] =70;
cs_weather_curcond["Sand / Dust Storm"] =68;
cs_weather_curcond["Haze"] =72;

var sky   = 'Few Clouds';
var tempF = 75;
var tempC = Math.floor(((tempF-32)/9)*5);
