
<!--//

    var   text="Fair";
            var   code="33";
            var   temp="71";
            var   date="Fri, 03 Sep 2010 3:55 am EDT";
            
           	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>";
                   

        //--!>
    