calendar = new Date();
day = calendar.getDay();
month = calendar.getMonth()+1;
date = calendar.getDate();
year = calendar.getYear();

if (year < 1000)
year+=1900
var dayname = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname = new Array ("Nomonth","JAN","FEB","MARCH","APRIL","MAY","JUNE","JULY","AUG","SEPT","OCT","NOV","DEC" );

document.write('<div style=" font-family:georgia; font-size:16px; color:#249; margin-top:5px; margin-bottom:2px;">'+date+monthname[month]+year+'</div><a href="http://www.findlocalweather.net/forecast.php?forecast=zandh&pands=douglassville+pa&config=png&alt=hwizonenew" title="Douglassville Forcast" class="highslide" onclick="return hs.expand(this)" ><img src="http://weathersticker.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes&airportcode=KMQS&ForcedCity=Douglassville&ForcedState=PA" alt="Douglassville Forecast" border=0 hspace=0 vspace=0 width=90 height=90 style="margin-top:4px; margin-bottom:12px;"></a>');

document.write('<a href="craftshow.html"><img src="images/button_red.jpg" title="host of the Holiday Craft Show" border=0 hspace=0 vspace=0 width=90 style="margin-bottom:15px;"></a><br clear=all>');

document.write('<a href="http://optimist.org"><img src="images/button_yellow.jpg" title="affiliate of www.optimist.org" border=0 hspace=0 vspace=0 width=90 style=" margin-bottom:10px;"></a><br clear=all>');

document.write('<a href="http://www.facebook.com/#!/groups/119614894807140/"><img src="images/like-us-on-facebook.gif" title="look for us soon on Facebook" border=0 hspace=0 vspace=0 width=90 style="margin-top:5px;"></a>');

