document.write("			<div id=\"weather\">");
document.write("				<style type=\"text/css\">@import url('http://www.nationalpost.com/_assets/css/weather_widget.css');</style>");
document.write("				<form name=\"form-weather\" action=\"http://www.nationalpost.com/weather/index.html\" method=\"get\">");
document.write("					<h4>Weather</h4>");
document.write("					<div class=\"border-top p-top\">");
document.write("						<div class=\"col1-2 gutter\">");
document.write("							<p class=\"textright\">");
document.write("								<label for=\"rg\" class=\"left\">Region:</label>");
document.write("								<select name=\"rg\" class=\"box\" onchange=\"javascript:weather_get_cities(value)\">");
document.write("									<option value=\"\">Loading...</option>");
document.write("								</select>");
document.write("							</p>");
document.write("						</div>");
document.write("						<div class=\"col1-2\">");
document.write("							<p class=\"textright\">");
document.write("								<label for=\"city\" class=\"left\">City:</label>");
document.write("								<select name=\"city\" class=\"box\" onchange=\"javascript:weather_get_forecast(obj_weather_form.rg.value, value)\" disabled=\"disabled\">");
document.write("									<option value=\"\"></option>");
document.write("								</select>");
document.write("							</p>");
document.write("						</div>");
document.write("					</div>");
document.write("				</form>");
document.write("				<div id=\"weather-forecast\" class=\"hide\">");
document.write("					<h4>Weather</h4>");
document.write("					<img id=\"weather-img\" src=\"http://a123.g.akamai.net/f/123/12465/1d/www.nationalpost.com/_assets/images/weather/c.gif\" alt=\"\" />");
document.write("					<p id=\"weather-temp\"></p>");
document.write("					<p id=\"weather-text\"></p>");
document.write("					<p class=\"links\"><span class=\"left\"><a href=\"#\">Detailed Forecast</a></span><a href=\"#\" onclick=\"javascript:return weather_loc()\">Change City</a></p>");
document.write("				</div>");
document.write("				");
document.write("<script type=\"text/javascript\" src=\"http://www.nationalpost.com/_assets/js/weather.js\"></script>");
document.write("");
document.write("			</div>");
document.write("");
