document.write("<table class=weather cellpadding=0 cellspacing=1 border=0 bgcolor=#7b94ad width=122>");
document.write("	<tr>");
document.write("		<td>");
// Live weather feeds by freemeteo.com
// The use of this script is bound by Freemeteo’s Live Feed Service Agreement, as is published in the following url: http://www.freemeteo.com/default.asp?pid=178&la=1
// Main body background color : 336699
// Main body fonts color : C0C0C0
// Header/Footer background color : 336699
// Header/Footer fonts color : C0C0C0
var s;
var cIfrm="10";
var gid="801557_20070925_111856";
s="<iframe  src='http://www.freemeteo.com/ModulesCode/feed2.asp?cn="+gid+"' marginWidth=0 marginHeight=0 frameBorder=0  scrolling=no  allowTransparency width='120' height='600'></iframe>";
document.write(s);
document.write("		</td>");
document.write("	</tr>");
//document.write("	<tr>");
//document.write("		<td>");
//document.write("			<table border=0 cellpadding=2 cellspacing=0 width=100% bgcolor=#7b94ad>");
//document.write("				<tr bgcolor=#336699><td id=small3>Sunrise</td><td id=small3>" + rise + "</td></tr>");
//document.write("				<tr bgcolor=#336699><td id=small3>Sunset</td><td id=small3>" + set + "</td></tr>");
//document.write("				<tr bgcolor=#336699><td id=small3>Altitude</td><td id=small3>" + solarAltitude() + "°</td></tr>");
//document.write("				<tr bgcolor=#336699><td id=small3>Moon<br>Phase</td><td>"); moon(); document.write("</td></tr>");
//document.write("			</table>");
//document.write("		</td>");
//document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("			<table border=0 cellpadding=2 cellspacing=0 width=100% bgcolor=#7b94ad>");
document.write("				<tr bgcolor=#336699><td  id=small3>&nbsp;<p>For further information email:- <a id='smalll' HREF='mailto:webmaster@cliftonweather.co.uk'>webmaster</a></td></tr>");
document.write("			</table>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("			<table border=0 cellpadding=2 cellspacing=0 width=100% bgcolor=#7b94ad>");
document.write("				<tr bgcolor=#336699><td id=small3>Last modified: " + document.lastModified + "</td></tr>");
document.write("			</table>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");
