
<!--//

    var   text="Cloudy";
            var   code="26";
            var   temp="42";
            var   date="Thu, 11 Mar 2010 8:55 pm EST";
            
           	var weatherHTML = "" +
           	"<img src='/img/weather/large/" + code + ".gif' alt='" + text + "' width='52' height='52' />" + 
           	"<p>" + text + "<br /><span class='temp'>" + temp + "&deg; F</span></p>";
                   

        //--!>
    