document.write("<div class=\"location\">");
document.write("<h1>Faro, Portugal</h1>");
document.write("<h2>Today&#039;s weather</h2>");
document.write("</div>");
document.write("<div class=\"weather\">");
document.write("<img src=\"http://www.google.co.uk/ig/images/weather/sunny.gif\" alt=\"weather\" />");
document.write("<span class=\"conditions\">");
document.write("10&deg; C, Clear");
document.write("</span>");
document.write("</div>");
document.write("<div style=\"clear: both\"><!--empty--></div>");


