 
<!-- Original:  Jeff Harding (jbh@site-ations.com) -->
<!-- Web Site:  http://www.site-ations.com -->

<!-- Day images (c): http://www.site-ations.com -->
<!-- Month images (c): http://www.bruce-hamilton.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] ="http://www.naytthit.com/date/jan.gif";
months[2] ="http://www.naytthit.com/date/feb.gif";
months[3] ="http://www.naytthit.com/date/mar.gif";
months[4] ="http://www.naytthit.com/date/apr.gif";
months[5] ="http://www.naytthit.com/date/may.gif";
months[6] ="http://www.naytthit.com/date/jun.gif";
months[7] ="http://www.naytthit.com/date/jul.gif";
months[8] ="http://www.naytthit.com/date/aug.gif";
months[9] ="http://www.naytthit.com/date/sep.gif";
months[10] ="http://www.naytthit.com/date/oct.gif";
months[11] ="http://www.naytthit.com/date/nov.gif";
months[12] ="http://www.naytthit.com/date/dec.gif";
days[1] ="http://www.naytthit.com/date/1st.gif";
days[2] ="http://www.naytthit.com/date/2nd.gif";
days[3] ="http://www.naytthit.com/date/3rd.gif";
days[4] ="http://www.naytthit.com/date/4th.gif";
days[5] ="http://www.naytthit.com/date/5th.gif";
days[6] ="http://www.naytthit.com/date/6th.gif";
days[7] ="http://www.naytthit.com/date/7th.gif";
days[8] ="http://www.naytthit.com/date/8th.gif";
days[9] ="http://www.naytthit.com/date/9th.gif";
days[10] ="http://www.naytthit.com/date/10th.gif";
days[11] ="http://www.naytthit.com/date/11th.gif";
days[12] ="http://www.naytthit.com/date/12th.gif";
days[13] ="http://www.naytthit.com/date/13th.gif";
days[14] ="http://www.naytthit.com/date/14th.gif";
days[15] ="http://www.naytthit.com/date/15th.gif";
days[16] ="http://www.naytthit.com/date/16th.gif";
days[17] ="http://www.naytthit.com/date/17th.gif";
days[18] ="http://www.naytthit.com/date/18th.gif";
days[19] ="http://www.naytthit.com/date/18th.gif";
days[20] ="http://www.naytthit.com/date/20th.gif";
days[21] ="http://www.naytthit.com/date/21st.gif";
days[22] ="http://www.naytthit.com/date/22nd.gif";
days[23] ="http://www.naytthit.com/date/23rd.gif";
days[24] ="http://www.naytthit.com/date/24th.gif";
days[25] ="http://www.naytthit.com/date/25th.gif";
days[26] ="http://www.naytthit.com/date/26th.gif";
days[27] ="http://www.naytthit.com/date/27th.gif";
days[28] ="http://www.naytthit.com/date/28th.gif";
days[29] ="http://www.naytthit.com/date/29th.gif";
days[30] ="http://www.naytthit.com/date/30th.gif";
days[31] ="http://www.naytthit.com/date/31st.gif";
function printDate() {
document.write('<img src="' + months[theDate.getMonth()+1] + '">'); // month
document.write('<br>');
document.write('<img src="' + days[theDate.getDate()] + '">'); // day
}
//  End -->
 