<!-- Original:  Jeff Harding (jbh@site-ations.com) -->
<!-- Web Site:  http://www.site-ations.com -->



<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
theDate= new Date();
months = new Array();
days = new Array();
months[1] ="jan.gif";
months[2] ="feb.gif";
months[3] ="mar.gif";
months[4] ="apr.gif";
months[5] ="may.gif";
months[6] ="jun.gif";
months[7] ="jul.gif";
months[8] ="aug.gif";
months[9] ="sep.gif";
months[10] ="oct.gif";
months[11] ="nov.gif";
months[12] ="dec.gif";
days[1] ="wwplan.gif";
days[2] ="wwplan2.gif";
days[3] ="rsquay.gif";
days[4] ="wwlazy.gif";
days[5] ="wwcheerful.gif";
days[6] ="wwgenerous.gif";
days[7] ="wwstress.gif";
days[8] ="fool8.gif";
days[9] ="wwlighthouse.gif";
days[10] ="wwanger.gif";
days[11] ="wwmammon.gif";
days[12] ="wwtreasure.gif";
days[13] ="rsoneway.gif";
days[14] ="animdoor.gif";
days[15] ="wwshepherd.gif";
days[16] ="wwpraise.gif";
days[17] ="rslights.gif";
days[18] ="rsuturn.gif";
days[19] ="rsexclaim.gif";
days[20] ="rspicnic.gif";
days[21] ="rsskid.gif";
days[22] ="rswork.gif";
days[23] ="rscow.gif";
days[24] ="wwload.gif";
days[25] ="fool25.gif";
days[26] ="fool26.gif";
days[27] ="wwnoentry.gif";
days[28] ="8phonechat.gif";
days[29] ="fool24.gif";
days[30] ="fool30.gif";
days[31] ="angryboss.gif";
function printDate() {

document.write('<br>');
document.write('<img src="' + days[theDate.getDate()] + '">'); // day
}
//  End -->
