<!-- Display Date Graphic on Webpage -->

<!-- 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();

weekday = new Array();
monthname = new Array();
daynumber = new Array();
dayimglt = new Array();
dayimgmt = new Array();
dayimgrt = new Array();
dayimglb = new Array();
dayimgmb = new Array();
dayimgrb = new Array();

weekday[1] ="./month-day-graphic/sun.gif";
weekday[2] ="./month-day-graphic/mon.gif";
weekday[3] ="./month-day-graphic/tue.gif";
weekday[4] ="./month-day-graphic/wed.gif";
weekday[5] ="./month-day-graphic/thu.gif";
weekday[6] ="./month-day-graphic/fri.gif";
weekday[7] ="./month-day-graphic/sat.gif";

monthname[1] ="./month-day-graphic/jan.gif";
monthname[2] ="./month-day-graphic/feb.gif";
monthname[3] ="./month-day-graphic/mar.gif";
monthname[4] ="./month-day-graphic/apr.gif";
monthname[5] ="./month-day-graphic/may.gif";
monthname[6] ="./month-day-graphic/jun.gif";
monthname[7] ="./month-day-graphic/jul.gif";
monthname[8] ="./month-day-graphic/aug.gif";
monthname[9] ="./month-day-graphic/sep.gif";
monthname[10] ="./month-day-graphic/oct.gif";
monthname[11] ="./month-day-graphic/nov.gif";
monthname[12] ="./month-day-graphic/dec.gif";

daynumber[1] ="./month-day-graphic/1st.gif";
daynumber[2] ="./month-day-graphic/2nd.gif";
daynumber[3] ="./month-day-graphic/3rd.gif";
daynumber[4] ="./month-day-graphic/4th.gif";
daynumber[5] ="./month-day-graphic/5th.gif";
daynumber[6] ="./month-day-graphic/6th.gif";
daynumber[7] ="./month-day-graphic/7th.gif";
daynumber[8] ="./month-day-graphic/8th.gif";
daynumber[9] ="./month-day-graphic/9th.gif";
daynumber[10] ="./month-day-graphic/10th.gif";
daynumber[11] ="./month-day-graphic/11th.gif";
daynumber[12] ="./month-day-graphic/12th.gif";
daynumber[13] ="./month-day-graphic/13th.gif";
daynumber[14] ="./month-day-graphic/14th.gif";
daynumber[15] ="./month-day-graphic/15th.gif";
daynumber[16] ="./month-day-graphic/16th.gif";
daynumber[17] ="./month-day-graphic/17th.gif";
daynumber[18] ="./month-day-graphic/18th.gif";
daynumber[19] ="./month-day-graphic/19th.gif";
daynumber[20] ="./month-day-graphic/20th.gif";
daynumber[21] ="./month-day-graphic/21st.gif";
daynumber[22] ="./month-day-graphic/22nd.gif";
daynumber[23] ="./month-day-graphic/23rd.gif";
daynumber[24] ="./month-day-graphic/24th.gif";
daynumber[25] ="./month-day-graphic/25th.gif";
daynumber[26] ="./month-day-graphic/26th.gif";
daynumber[27] ="./month-day-graphic/27th.gif";
daynumber[28] ="./month-day-graphic/28th.gif";
daynumber[29] ="./month-day-graphic/29th.gif";
daynumber[30] ="./month-day-graphic/30th.gif";
daynumber[31] ="./month-day-graphic/31st.gif";

dayimglt[1] ="./month-day-graphic/1st-img-left-top.gif";
dayimglt[2] ="./month-day-graphic/2nd-img-left-top.gif";
dayimglt[3] ="./month-day-graphic/3rd-img-left-top.gif";
dayimglt[4] ="./month-day-graphic/4th-img-left-top.gif";
dayimglt[5] ="./month-day-graphic/5th-img-left-top.gif";
dayimglt[6] ="./month-day-graphic/6th-img-left-top.gif";
dayimglt[7] ="./month-day-graphic/7th-img-left-top.gif";
dayimglt[8] ="./month-day-graphic/8th-img-left-top.gif";
dayimglt[9] ="./month-day-graphic/9th-img-left-top.gif";
dayimglt[10] ="./month-day-graphic/10th-img-left-top.gif";
dayimglt[11] ="./month-day-graphic/11th-img-left-top.gif";
dayimglt[12] ="./month-day-graphic/12th-img-left-top.gif";
dayimglt[13] ="./month-day-graphic/13th-img-left-top.gif";
dayimglt[14] ="./month-day-graphic/14th-img-left-top.gif";
dayimglt[15] ="./month-day-graphic/15th-img-left-top.gif";
dayimglt[16] ="./month-day-graphic/16th-img-left-top.gif";
dayimglt[17] ="./month-day-graphic/17th-img-left-top.gif";
dayimglt[18] ="./month-day-graphic/18th-img-left-top.gif";
dayimglt[19] ="./month-day-graphic/19th-img-left-top.gif";
dayimglt[20] ="./month-day-graphic/20th-img-left-top.gif";
dayimglt[21] ="./month-day-graphic/21st-img-left-top.gif";
dayimglt[22] ="./month-day-graphic/22nd-img-left-top.gif";
dayimglt[23] ="./month-day-graphic/23rd-img-left-top.gif";
dayimglt[24] ="./month-day-graphic/24th-img-left-top.gif";
dayimglt[25] ="./month-day-graphic/25th-img-left-top.gif";
dayimglt[26] ="./month-day-graphic/26th-img-left-top.gif";
dayimglt[27] ="./month-day-graphic/27th-img-left-top.gif";
dayimglt[28] ="./month-day-graphic/28th-img-left-top.gif";
dayimglt[29] ="./month-day-graphic/29th-img-left-top.gif";
dayimglt[30] ="./month-day-graphic/30th-img-left-top.gif";
dayimglt[31] ="./month-day-graphic/31st-img-left-top.gif";

dayimgmt[1] ="./month-day-graphic/1st-img-middle-top.gif";
dayimgmt[2] ="./month-day-graphic/2nd-img-middle-top.gif";
dayimgmt[3] ="./month-day-graphic/3rd-img-middle-top.gif";
dayimgmt[4] ="./month-day-graphic/4th-img-middle-top.gif";
dayimgmt[5] ="./month-day-graphic/5th-img-middle-top.gif";
dayimgmt[6] ="./month-day-graphic/6th-img-middle-top.gif";
dayimgmt[7] ="./month-day-graphic/7th-img-middle-top.gif";
dayimgmt[8] ="./month-day-graphic/8th-img-middle-top.gif";
dayimgmt[9] ="./month-day-graphic/9th-img-middle-top.gif";
dayimgmt[10] ="./month-day-graphic/10th-img-middle-top.gif";
dayimgmt[11] ="./month-day-graphic/11th-img-middle-top.gif";
dayimgmt[12] ="./month-day-graphic/12th-img-middle-top.gif";
dayimgmt[13] ="./month-day-graphic/13th-img-middle-top.gif";
dayimgmt[14] ="./month-day-graphic/14th-img-middle-top.gif";
dayimgmt[15] ="./month-day-graphic/15th-img-middle-top.gif";
dayimgmt[16] ="./month-day-graphic/16th-img-middle-top.gif";
dayimgmt[17] ="./month-day-graphic/17th-img-middle-top.gif";
dayimgmt[18] ="./month-day-graphic/18th-img-middle-top.gif";
dayimgmt[19] ="./month-day-graphic/19th-img-middle-top.gif";
dayimgmt[20] ="./month-day-graphic/20th-img-middle-top.gif";
dayimgmt[21] ="./month-day-graphic/21st-img-middle-top.gif";
dayimgmt[22] ="./month-day-graphic/22nd-img-middle-top.gif";
dayimgmt[23] ="./month-day-graphic/23rd-img-middle-top.gif";
dayimgmt[24] ="./month-day-graphic/24th-img-middle-top.gif";
dayimgmt[25] ="./month-day-graphic/25th-img-middle-top.gif";
dayimgmt[26] ="./month-day-graphic/26th-img-middle-top.gif";
dayimgmt[27] ="./month-day-graphic/27th-img-middle-top.gif";
dayimgmt[28] ="./month-day-graphic/28th-img-middle-top.gif";
dayimgmt[29] ="./month-day-graphic/29th-img-middle-top.gif";
dayimgmt[30] ="./month-day-graphic/30th-img-middle-top.gif";
dayimgmt[31] ="./month-day-graphic/31st-img-middle-top.gif";

dayimgrt[1] ="./month-day-graphic/1st-img-right-top.gif";
dayimgrt[2] ="./month-day-graphic/2nd-img-right-top.gif";
dayimgrt[3] ="./month-day-graphic/3rd-img-right-top.gif";
dayimgrt[4] ="./month-day-graphic/4th-img-right-top.gif";
dayimgrt[5] ="./month-day-graphic/5th-img-right-top.gif";
dayimgrt[6] ="./month-day-graphic/6th-img-right-top.gif";
dayimgrt[7] ="./month-day-graphic/7th-img-right-top.gif";
dayimgrt[8] ="./month-day-graphic/8th-img-right-top.gif";
dayimgrt[9] ="./month-day-graphic/9th-img-right-top.gif";
dayimgrt[10] ="./month-day-graphic/10th-img-right-top.gif";
dayimgrt[11] ="./month-day-graphic/11th-img-right-top.gif";
dayimgrt[12] ="./month-day-graphic/12th-img-right-top.gif";
dayimgrt[13] ="./month-day-graphic/13th-img-right-top.gif";
dayimgrt[14] ="./month-day-graphic/14th-img-right-top.gif";
dayimgrt[15] ="./month-day-graphic/15th-img-right-top.gif";
dayimgrt[16] ="./month-day-graphic/16th-img-right-top.gif";
dayimgrt[17] ="./month-day-graphic/17th-img-right-top.gif";
dayimgrt[18] ="./month-day-graphic/18th-img-right-top.gif";
dayimgrt[19] ="./month-day-graphic/19th-img-right-top.gif";
dayimgrt[20] ="./month-day-graphic/20th-img-right-top.gif";
dayimgrt[21] ="./month-day-graphic/21st-img-right-top.gif";
dayimgrt[22] ="./month-day-graphic/22nd-img-right-top.gif";
dayimgrt[23] ="./month-day-graphic/23rd-img-right-top.gif";
dayimgrt[24] ="./month-day-graphic/24th-img-right-top.gif";
dayimgrt[25] ="./month-day-graphic/25th-img-right-top.gif";
dayimgrt[26] ="./month-day-graphic/26th-img-right-top.gif";
dayimgrt[27] ="./month-day-graphic/27th-img-right-top.gif";
dayimgrt[28] ="./month-day-graphic/28th-img-right-top.gif";
dayimgrt[29] ="./month-day-graphic/29th-img-right-top.gif";
dayimgrt[30] ="./month-day-graphic/30th-img-right-top.gif";
dayimgrt[31] ="./month-day-graphic/31st-img-right-top.gif";

dayimglb[1] ="./month-day-graphic/1st-img-left-bottom.gif";
dayimglb[2] ="./month-day-graphic/2nd-img-left-bottom.gif";
dayimglb[3] ="./month-day-graphic/3rd-img-left-bottom.gif";
dayimglb[4] ="./month-day-graphic/4th-img-left-bottom.gif";
dayimglb[5] ="./month-day-graphic/5th-img-left-bottom.gif";
dayimglb[6] ="./month-day-graphic/6th-img-left-bottom.gif";
dayimglb[7] ="./month-day-graphic/7th-img-left-bottom.gif";
dayimglb[8] ="./month-day-graphic/8th-img-left-bottom.gif";
dayimglb[9] ="./month-day-graphic/9th-img-left-bottom.gif";
dayimglb[10] ="./month-day-graphic/10th-img-left-bottom.gif";
dayimglb[11] ="./month-day-graphic/11th-img-left-bottom.gif";
dayimglb[12] ="./month-day-graphic/12th-img-left-bottom.gif";
dayimglb[13] ="./month-day-graphic/13th-img-left-bottom.gif";
dayimglb[14] ="./month-day-graphic/14th-img-left-bottom.gif";
dayimglb[15] ="./month-day-graphic/15th-img-left-bottom.gif";
dayimglb[16] ="./month-day-graphic/16th-img-left-bottom.gif";
dayimglb[17] ="./month-day-graphic/17th-img-left-bottom.gif";
dayimglb[18] ="./month-day-graphic/18th-img-left-bottom.gif";
dayimglb[19] ="./month-day-graphic/19th-img-left-bottom.gif";
dayimglb[20] ="./month-day-graphic/20th-img-left-bottom.gif";
dayimglb[21] ="./month-day-graphic/21st-img-left-bottom.gif";
dayimglb[22] ="./month-day-graphic/22nd-img-left-bottom.gif";
dayimglb[23] ="./month-day-graphic/23rd-img-left-bottom.gif";
dayimglb[24] ="./month-day-graphic/24th-img-left-bottom.gif";
dayimglb[25] ="./month-day-graphic/25th-img-left-bottom.gif";
dayimglb[26] ="./month-day-graphic/26th-img-left-bottom.gif";
dayimglb[27] ="./month-day-graphic/27th-img-left-bottom.gif";
dayimglb[28] ="./month-day-graphic/28th-img-left-bottom.gif";
dayimglb[29] ="./month-day-graphic/29th-img-left-bottom.gif";
dayimglb[30] ="./month-day-graphic/30th-img-left-bottom.gif";
dayimglb[31] ="./month-day-graphic/31st-img-left-bottom.gif";

dayimgmb[1] ="./month-day-graphic/1st-img-middle-bottom.gif";
dayimgmb[2] ="./month-day-graphic/2nd-img-middle-bottom.gif";
dayimgmb[3] ="./month-day-graphic/3rd-img-middle-bottom.gif";
dayimgmb[4] ="./month-day-graphic/4th-img-middle-bottom.gif";
dayimgmb[5] ="./month-day-graphic/5th-img-middle-bottom.gif";
dayimgmb[6] ="./month-day-graphic/6th-img-middle-bottom.gif";
dayimgmb[7] ="./month-day-graphic/7th-img-middle-bottom.gif";
dayimgmb[8] ="./month-day-graphic/8th-img-middle-bottom.gif";
dayimgmb[9] ="./month-day-graphic/9th-img-middle-bottom.gif";
dayimgmb[10] ="./month-day-graphic/10th-img-middle-bottom.gif";
dayimgmb[11] ="./month-day-graphic/11th-img-middle-bottom.gif";
dayimgmb[12] ="./month-day-graphic/12th-img-middle-bottom.gif";
dayimgmb[13] ="./month-day-graphic/13th-img-middle-bottom.gif";
dayimgmb[14] ="./month-day-graphic/14th-img-middle-bottom.gif";
dayimgmb[15] ="./month-day-graphic/15th-img-middle-bottom.gif";
dayimgmb[16] ="./month-day-graphic/16th-img-middle-bottom.gif";
dayimgmb[17] ="./month-day-graphic/17th-img-middle-bottom.gif";
dayimgmb[18] ="./month-day-graphic/18th-img-middle-bottom.gif";
dayimgmb[19] ="./month-day-graphic/19th-img-middle-bottom.gif";
dayimgmb[20] ="./month-day-graphic/20th-img-middle-bottom.gif";
dayimgmb[21] ="./month-day-graphic/21st-img-middle-bottom.gif";
dayimgmb[22] ="./month-day-graphic/22nd-img-middle-bottom.gif";
dayimgmb[23] ="./month-day-graphic/23rd-img-middle-bottom.gif";
dayimgmb[24] ="./month-day-graphic/24th-img-middle-bottom.gif";
dayimgmb[25] ="./month-day-graphic/25th-img-middle-bottom.gif";
dayimgmb[26] ="./month-day-graphic/26th-img-middle-bottom.gif";
dayimgmb[27] ="./month-day-graphic/27th-img-middle-bottom.gif";
dayimgmb[28] ="./month-day-graphic/28th-img-middle-bottom.gif";
dayimgmb[29] ="./month-day-graphic/29th-img-middle-bottom.gif";
dayimgmb[30] ="./month-day-graphic/30th-img-middle-bottom.gif";
dayimgmb[31] ="./month-day-graphic/31st-img-middle-bottom.gif";

dayimgrb[1] ="./month-day-graphic/1st-img-right-bottom.gif";
dayimgrb[2] ="./month-day-graphic/2nd-img-right-bottom.gif";
dayimgrb[3] ="./month-day-graphic/3rd-img-right-bottom.gif";
dayimgrb[4] ="./month-day-graphic/4th-img-right-bottom.gif";
dayimgrb[5] ="./month-day-graphic/5th-img-right-bottom.gif";
dayimgrb[6] ="./month-day-graphic/6th-img-right-bottom.gif";
dayimgrb[7] ="./month-day-graphic/7th-img-right-bottom.gif";
dayimgrb[8] ="./month-day-graphic/8th-img-right-bottom.gif";
dayimgrb[9] ="./month-day-graphic/9th-img-right-bottom.gif";
dayimgrb[10] ="./month-day-graphic/10th-img-right-bottom.gif";
dayimgrb[11] ="./month-day-graphic/11th-img-right-bottom.gif";
dayimgrb[12] ="./month-day-graphic/12th-img-right-bottom.gif";
dayimgrb[13] ="./month-day-graphic/13th-img-right-bottom.gif";
dayimgrb[14] ="./month-day-graphic/14th-img-right-bottom.gif";
dayimgrb[15] ="./month-day-graphic/15th-img-right-bottom.gif";
dayimgrb[16] ="./month-day-graphic/16th-img-right-bottom.gif";
dayimgrb[17] ="./month-day-graphic/17th-img-right-bottom.gif";
dayimgrb[18] ="./month-day-graphic/18th-img-right-bottom.gif";
dayimgrb[19] ="./month-day-graphic/19th-img-right-bottom.gif";
dayimgrb[20] ="./month-day-graphic/20th-img-right-bottom.gif";
dayimgrb[21] ="./month-day-graphic/21st-img-right-bottom.gif";
dayimgrb[22] ="./month-day-graphic/22nd-img-right-bottom.gif";
dayimgrb[23] ="./month-day-graphic/23rd-img-right-bottom.gif";
dayimgrb[24] ="./month-day-graphic/24th-img-right-bottom.gif";
dayimgrb[25] ="./month-day-graphic/25th-img-right-bottom.gif";
dayimgrb[26] ="./month-day-graphic/26th-img-right-bottom.gif";
dayimgrb[27] ="./month-day-graphic/27th-img-right-bottom.gif";
dayimgrb[28] ="./month-day-graphic/28th-img-right-bottom.gif";
dayimgrb[29] ="./month-day-graphic/29th-img-right-bottom.gif";
dayimgrb[30] ="./month-day-graphic/30th-img-right-bottom.gif";
dayimgrb[31] ="./month-day-graphic/31st-img-right-bottom.gif";

function printDate() {
document.write('<img src="' + weekday[theDate.getDay()+1] + '">'); // Day Name
document.write('<br>');
document.write('<img src="' + monthname[theDate.getMonth()+1] + '">'); // Month Name
document.write('<br>');
document.write('<img src="' + daynumber[theDate.getDate()] + '">'); // Day Number
document.write('<img src="./month-day-graphic/year.gif">'); // Year Number
document.write('<br>');
document.write('<img src="' + dayimglt[theDate.getDate()] + '">'); // Graphic of the Day Left top
document.write('<img src="' + dayimgmt[theDate.getDate()] + '">'); // Graphic of the Day middle top
document.write('<img src="' + dayimgrt[theDate.getDate()] + '">'); // Graphic of the Day Right top
document.write('<br>');
document.write('<img src="' + dayimglb[theDate.getDate()] + '">'); // Graphic of the Day Left bottom
document.write('<img src="' + dayimgmb[theDate.getDate()] + '">'); // Graphic of the Day middle bottom
document.write('<img src="' + dayimgrb[theDate.getDate()] + '">'); // Graphic of the Day Right bottom
}
//  End -->

