document.write("<style>");
document.write("");
document.write("TABLE#weather {width: 140px; border: 2px ridge;background-color: #FFFFFF; margin:5px auto;}");
document.write("");
document.write("TABLE#weather TR TD {font: 10pt \"Arial\", sans-serif; color: black; vertical-align: top;}");
document.write("");
document.write("TABLE#weather TR TD.heading {text-align: center; border-bottom: 1px solid #aaa; padding: 4px 0px;}");
document.write("");
document.write("TABLE#weather TR TD.location {font: 12pt \"Arial\", sans-serif; color: black; font-weight: bold;}");
document.write("");
document.write("TABLE#weather TR TD.stat {font-weight: bold;}");
document.write("");
document.write("TABLE#weather TR TD H1 {font: 12pt \"Arial\", sans-serif; color: red; text-align: center;}");
document.write("");
document.write("</style><table id=\"weather\">");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" valign=\"top\" class=\"location heading\">Saginaw, MI, US</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" valign=\"top\" class=\"heading\"><h1>Current Conditions</h1>");
document.write("");
document.write("<strong>36&deg;F</strong><img src=\"https://www.cu-village.com/shells/jsweather/icons/sm/Clouds.png\" alt=\"Cloudy\" align=\"absmiddle\" />");
document.write("");
document.write("<p>Cloudy</p>");
document.write("");
document.write("</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Humidity:</td><td class=\"stat\">87%</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Wind:</td><td class=\"stat\">0 mph N</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Visibility:</td><td class=\"stat\">0.1 mi</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Barometer:</td><td class=\"stat\">30.43 in steady</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" class=\"heading\"><a href=\"http://www.cu-village.com/frc_weather/index.php?villid=hspcucom\">Extended Forecast for Saginaw, MI, US</a></td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("</table>");

