document.write('<div id="extended">');
document.write('');
document.write('<span class="wname"><a class="wname" id="loc" href="http://www.lakewyliepilot.com/weather">Rock Hill, SC</a></span><br />');
document.write('<span class="wdata"><img id="icon" src="http://media.lakewyliepilot.com/static/images/mi/third_party/accuweather/transp_sm/34.GIF"/></span><br />');
document.write('<span id="current" class="wdata">Mostly clear 44&deg;F</span><br />');
document.write('<span>Hi/Low: 51&deg;/32&deg;</span><br />');
document.write('<span id="wsevere" style="display:none"><a style="text-decoration:underline;font-weight:bold" href="http://www.lakewyliepilot.com/severeweather">Weather Alert</a><br /></span>');
document.write('<br />');
document.write('');
document.write('<div class="dayName">Today</div>');
document.write('<div class="weatherBlock">');
document.write('<div class="weatherIcon"><img id="iconDay1" src="http://media.lakewyliepilot.com/static/images/mi/third_party/accuweather/transp_sm/06.GIF" /></div>');
document.write('<div class="weatherText">Increasing cloudiness<br />High/Low: 51/32</div>');
document.write('</div>');
document.write('');
document.write('<div class="dayName">Fri</div>');
document.write('<div class="weatherBlock">');
document.write('<div class="weatherIcon"><img id="iconDay2" src="http://media.lakewyliepilot.com/static/images/mi/third_party/accuweather/transp_sm/03.GIF" /></div>');
document.write('<div class="weatherText">Times of clouds and sun<br />High/Low: 51/39</div>');
document.write('</div>');
document.write('');
document.write('<div class="dayName">Sat</div>');
document.write('<div class="weatherBlock">');
document.write('<div class="weatherIcon"><img id="iconDay3" src="http://media.lakewyliepilot.com/static/images/mi/third_party/accuweather/transp_sm/03.GIF" /></div>');
document.write('<div class="weatherText">Partly sunny and cooler<br />High/Low: 50/19</div>');
document.write('</div>');
document.write('');
document.write('</div>');
document.write('');
document.write('<style>');
document.write('#extended {');
document.write('	margin-left: 2px;');
document.write('	padding: 3px;');
document.write('	background: #ffffff;');
document.write('	border: 1px solid black;');
document.write('	width: 113px;');
document.write('}');
document.write('#extended .weatherIcon {');
document.write('	float:left;');
document.write('	padding-top:6px;');
document.write('}');
document.write('#extended .weatherBlock {');
document.write('	height:45px;');
document.write('}');
document.write('#extended .weatherText {');
document.write('	color:#666666;');
document.write('	font-family:arial,helvetica;');
document.write('	font-size:10px;');
document.write('	text-decoration:none;');
document.write('	width:77px;');
document.write('	float:left;');
document.write('	text-align:left;');
document.write('	line-height: 10pt;');
document.write('}');
document.write('#extended .dayName {');
document.write('	color:#000000;');
document.write('	font-family:arial,helvetica;');
document.write('	font-size:10px;');
document.write('	font-weight:bold;');
document.write('	text-align:left;');
document.write('	text-decoration:none;');
document.write('}');
document.write('</style>');

