
<!--//

    var   text="Unknown Precipitation";
            var   code="26";
            var   temp="34";
            var   date="Sat, 04 Feb 2012 2:32 am 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>";
                   

        //--!>
    
