<!-- 

var align, imagename, imageURL; 

imagename = "4qdq9UxEIWgA.gif"; 
if (window.align) { align = " align=" + window.align; } 

if (window.display == "summary")  { imageURL = "http://www.aghostonline.org/weather/Summary/" + imagename;  } 
if (window.display == "moon")  { imageURL = "http://www.aghostonline.org/weather/Moon/" + imagename;  } 
if (window.display == "forecast")  { imageURL = "http://www.aghostonline.org/weather/Forecast/" + imagename;  } 

document.write('<table border=1 cellpadding=0 cellspacing=0 bgcolor="black" vspace=6 hspace=0' + align + '><tr><td align=center>'); 
document.write('<a href="http://Weather.GhostGadgets.com/" target="_blank">'); 
document.write('<img border=0 alt="Weather.GhostGadgets.com" src="' + imageURL + '">'); 
document.write('</td></tr></table>'); 

// --> 
