﻿// JavaScript Document
<!--
/*
Java Script Calendar is a small script for web pages which displays current Day of the week, Month, Date and Year along with Holidays notification. Just like this working demo below. It will work with Netscape 2++, Microsoft 3++ and Opera 3++ web browsers.
                                    Tuesday, November 24, 1998    
About 70 holidays from all over the world are displayed by Calendar (if you know other ones, let me know, I will add them). It even calculates Easter Sunday date! To see how it works change the date on your computer to January, 1,
for example and re-load the page.
Installation is very simple. Just copy the script below, everything between SCRIPT and SCRIPT tags (including tags themselves) and paste in the place you want it to appear on your page. You can customize the way
it looks by changing document.write function arguments just after month names definitions. Java Script Calendar is free without any limitations. Copyright © Eugene Vassiltsov. But please, let me know if you will use it.
*/
calendar = new Date();
day = calendar.getDay();
month = calendar.getMonth();
date = calendar.getDate();
year = calendar.getYear();
if (year < 1000)
year+=1900
cent = parseInt(year/100);
g = year % 19;
k = parseInt((cent - 17)/25);
i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
l = i - j;
emonth = 3 + parseInt((l + 40)/44);
edate = l + 28 - 31*parseInt((emonth/4));
emonth--;
var dayname = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var monthname = 
new Array ("January","February","March","April","May","June","July","August","September","October","November","December" );
document.write("");
document.write(dayname[day] + ", ");
document.write(monthname[month] + " ");
if (date< 10) document.write("0" + date + ", ");
         else document.write(date + ", ");
document.write(year + "    ");
// Easter
if ((month == emonth) && (date == edate)) document.write("Easter Sunday (Western)   ");
// January
if ((month == 0) && (date == 1)) document.write("New Year's Day");
if ((month == 0) && (date == 2)) document.write("JoAnn's Birthday (Candyland Staff)");
if ((month == 0) && (date == 3)) document.write("Fruitcake Toss Day"); 
if ((month == 0) && (date == 4)) document.write("Utah admitted to the Union, 1896");
if ((month == 0) && (date == 5)) document.write("National Bird Day");
if ((month == 0) && (date == 6)) document.write("Sarah's Birthday! (Owner's Neice)");
if ((month == 0) && (date == 7)) document.write("I'm Not Going To Take It Anymore Day");
if ((month == 0) && (date == 8)) document.write("Show & Tell Day at Work");
if ((month == 0) && (date == 9)) document.write("Play God Day");
if ((month == 0) && (date == 10)) document.write("Thomas Paine publishes Common Sense in 1776"); 
if ((month == 0) && (date == 11)) document.write("Step in a Puddle & Splash Your Friends Day");
if ((month == 0) && (date == 12)) document.write("National Pharmacist Day");
if ((month == 0) && (date == 13)) document.write("Blame Someone Else Day");
if ((month == 0) && (date == 14)) document.write("Puccini's Opera Tosca debuts in Rome, 1900");
if ((month == 0) && (date == 15)) document.write("Adult's Day (Japan)");
if ((month == 0) && (date == 16)) document.write("Religious freedom Day");
if ((month == 0) && (date == 17)) document.write("Customer Service Day");
if ((month == 0) && (date == 18)) document.write("Rid the World of Fad Diets & Gimmicks Day");
if ((month == 0) && (date == 19)) document.write("Penguin Awareness Day");
if ((month == 0) && (date == 20)) document.write("Get To Know Your Customers Day");
if ((month == 0) && (date == 21)) document.write("1st Atomic Sub launched (USS Nautilus) in 1954");
if ((month == 0) && (date == 22)) document.write("Answer Your Cats Questions Day");
if ((month == 0) && (date == 23)) document.write("Muzio Clementi born (1752) - National Pie Day");
if ((month == 0) && (date == 24)) document.write("Better Business Communications Day");
if ((month == 0) && (date == 25)) document.write("A Room of One's Own Day");
if ((month == 0) && (date == 26)) document.write("Australia Day");
if ((month == 0) && (date == 27)) document.write("Wolfgang Amadeus Mozart born (1756) - Punch The Clock Day");
if ((month == 0) && (date == 28)) document.write("Fun At Work Day");
if ((month == 0) && (date == 29)) document.write("National Puzzle Day");
if ((month == 0) && (date == 30)) document.write("Inane Answering Message Day");
if ((month == 0) && (date == 31)) document.write("Bubble Wrap Appreciation Day");
if ((month == 0) && (day == 1) && (date > 14) && (date< 22)) document.write(" - Martin Luther King's Birthday");
// February
if ((month == 1) && (date == 1)) document.write("Chinese New Year");
if ((month == 1) && (date == 2)) document.write("Groundhog Day");
if ((month == 1) && (date == 3)) document.write("Felix Bartholdy Mendelssohn born (1809)");
if ((month == 1) && (date == 4)) document.write("Wear Red Day");
if ((month == 1) && (date == 5)) document.write("Weatherperson's Day");
if ((month == 1) && (date == 6)) document.write("Pay A Compliment Day");
if ((month == 1) && (date == 7)) document.write("Wave At Your Neighbors Day");
if ((month == 1) && (date == 8)) document.write("Jules Verne born (1828)");
if ((month == 1) && (date == 9)) document.write("National Girls & Women In Sports Day");
if ((month == 1) && (date == 10)) document.write("Plimsoll Day (that's a rubber soled, canvas top shoe)"); 
if ((month == 1) && (date == 11)) document.write("National Foundation Day (Japan)");
if ((month == 1) && (date == 12)) document.write("Lincoln's Birthday");
if ((month == 1) && (date == 13)) document.write("World Marriage Day");
if ((month == 1) && (date == 14)) document.write("St. Valentine's Day");
if ((month == 1) && (date == 15)) document.write("Galileo Galilei born (1564)");
if ((month == 1) && (date == 16)) document.write("Do A Grouch A Favor Day");
if ((month == 1) && (date == 17)) document.write("Puccini's Opera 'Madama Butterfly'  flops at World Premier, in Lascala: 1904");
if ((month == 1) && (date == 18)) document.write("Planet Pluto Discovered");
if ((month == 1) && (date == 19)) document.write("National Chocolate Mint Day");
if ((month == 1) && (date == 20)) document.write("Northern Hemisphere Hoodie Hoo Day");
if ((month == 1) && (date == 21)) document.write("Internationalother Language Day"); 
if ((month == 1) && (date == 22)) document.write("Washington's Birthday--Frederic Chopin born (1810)");
if ((month == 1) && (date == 23)) document.write("Curling Is Cool Day"); 
if ((month == 1) && (date == 24)) document.write("National Tortilla Chip Day");
if ((month == 1) && (date == 25)) document.write("Pistol Patent Day (Samuel Colt)");
if ((month == 1) && (date == 26)) document.write("Judy's Birthday (Owner's sister)");
if ((month == 1) && (date == 28)) document.write("Floral Design Day"); 
if ((month == 1) && (date == 29)) document.write("Leap Day");
// March
if ((month == 2) && (date == 1)) document.write("National Pig's Day");
if ((month == 2) && (date == 2)) document.write("Dr. Seuss's Birthday");
if ((month == 2) && (date == 3)) document.write("Girl's Day (Japan)");
if ((month == 2) && (date == 4)) document.write("March is National Craft Month");
if ((month == 2) && (date == 5)) document.write("Hug Your Pet Day");
if ((month == 2) && (date == 6)) document.write("Listen To Me For A Change Day");
if ((month == 2) && (date == 7)) document.write("Time To Panic Day");
if ((month == 2) && (date == 8)) document.write("C. P. E. Bach born (1714)");
if ((month == 2) && (date == 9)) document.write("Believe In Yourself Day");
if ((month == 2) && (date == 10)) document.write("Salvation Army Day");
if ((month == 2) && (date == 11)) document.write("Jonny Appleseed Day");
if ((month == 2) && (date == 12)) document.write("Girl Scout Day");
if ((month == 2) && (date == 13)) document.write("Planet Uranus Discovered (1781)");
if ((month == 2) && (date == 14)) document.write("Ask Me A Question Day");
if ((month == 2) && (date == 15)) document.write("Absolutely Incredible Kid Day");
if ((month == 2) && (date == 16)) document.write("Freedom Of Information Day");
if ((month == 2) && (date == 17)) document.write("St. Patrick's Day");
if ((month == 2) && (date == 18)) document.write("Sparky the Fire Dog's Birthday");
if ((month == 2) && (date == 19)) document.write("Be Happy Day");
if ((month == 2) && (date == 20)) document.write("First Day of Spring");
if ((month == 2) && (date == 21)) document.write("J.S. Bach born (1685)");
if ((month == 2) && (date == 22)) document.write("International Goof-Off Day");
if ((month == 2) && (date == 23)) document.write("National Puppy Day");
if ((month == 2) && (date == 24)) document.write("National Chocolate Covered Raisins Day");
if ((month == 2) && (date == 25)) document.write("Pecan Day");
if ((month == 2) && (date == 26)) document.write("Make Up Your Own Holiday Day");
if ((month == 2) && (date == 27)) document.write("Kite Flying Day");
if ((month == 2) && (date == 28)) document.write("Give Me A Break .......... Day");
if ((month == 2) && (date == 29)) document.write("Knights Of Columbus Founders Day");
if ((month == 2) && (date == 30)) document.write("Take Your Parents Out Day");
if ((month == 2) && (date == 31)) document.write("Get Ready .... Tomorrow Is April Fools Day");
// April
if ((month == 3) && (date == 1)) document.write("April Fools' Day--Sergei Rachmaninoff born (1873) ");
if ((month == 3) && (date == 2)) document.write("International Children's Book Day");
if ((month == 3) && (date == 3)) document.write("Find A Rainbow Day");
if ((month == 3) && (date == 4)) document.write("1968 - Dr. Rev. Martin Luther King Jr. assassinated."); 
if ((month == 3) && (date == 5)) document.write("Fun At Work Day");
if ((month == 3) && (date == 6)) document.write("Paraprofessional Appreciation Day");
if ((month == 3) && (date == 7)) document.write("every day is Candyland Crafts Day");
if ((month == 3) && (date == 8)) document.write("Buddha born");
if ((month == 3) && (date == 9)) document.write("Winston Churchill Day");
if ((month == 3) && (date == 10)) document.write("Salvation Army Founders Day");
if ((month == 3) && (date == 11)) document.write("Tax Freedom Day"); 
if ((month == 3) && (date == 12)) document.write("1961: Yuri Gagarin (USSR) becomes 1st Man in Space");
if ((month == 3) && (date == 13)) document.write("Thank You School Librarian Day");
if ((month == 3) && (date == 14)) document.write("National D.A.R.E. Day");
if ((month == 3) && (date == 15) && (day != 0)) document.write("Income Tax Day (USA),   ");
if ((month == 3) && (date == 16) && (day == 1)) document.write("Income Tax Day (USA) ");
if ((month == 3) && (date == 15)) document.write("Leonardo da Vinci born (1452)");
if ((month == 3) && (date == 16)) document.write("Native American Heritage Day");
if ((month == 3) && (date == 17)) document.write("Ford Mustang Day");
if ((month == 3) && (date == 18)) document.write("Pet Owners Independence Day");
if ((month == 3) && (date == 19)) document.write("National Garlic Day");
if ((month == 3) && (date == 20)) document.write("Volunteer Recognition Day");
if ((month == 3) && (date == 21)) document.write("Kindergarten Day");
if ((month == 3) && (date == 22)) document.write("Earth Day");
if ((month == 3) && (date == 23)) document.write("Administrative Professionals Day");
if ((month == 3) && (date == 24)) document.write("Pig In A Blanket Day");
if ((month == 3) && (date == 25)) document.write("National Zucchini Bread Day");
if ((month == 3) && (date == 26)) document.write("Hug an Austrailian Day");
if ((month == 3) && (date == 27)) document.write("National Arbor Day");
if ((month == 3) && (date == 28)) document.write("Kiss Your Mate Day");
if ((month == 3) && (date == 29)) document.write("Holocaust Remembrance Day");
if ((month == 3) && (date == 30)) document.write("hairstylists Appreciation Day");
if ((month == 3) && (day == 0) && (date > 0) && (date< 8)) document.write("Daylight Savings Time Begins");
// May
if ((month == 4) && (date == 1)) document.write("May Day,   Boy's Day (Japan)");
if ((month == 4) && (date == 2)) document.write("Constitution Day (Japan)");
if ((month == 4) && (date == 3)) document.write("Lumpy Rug Day");
if ((month == 4) && (date == 4)) document.write("Space Day");
if ((month == 4) && (date == 5)) document.write("Cinco de Mayo (Mexico),   Children's Day (Japan)");
if ((month == 4) && (date == 6)) document.write("in 1937 The dirigible Hindenberg went down in Lakehurst, NJ");
if ((month == 4) && (date == 7)) document.write("Child Care Provider Day");
if ((month == 4) && (date == 8)) document.write("American Pianist Louis Moreau Gottschalk born (1829)");
if ((month == 4) && (date == 9)) document.write("1st Flight over the North Pole by R. Byrd & F. Bennett, 1926");
if ((month == 4) && (date == 10)) document.write("Trust Your Intuition Day");
if ((month == 4) && (date == 11)) document.write("Eat What You Want Day");
if ((month == 4) && (date == 12)) document.write("Kite Day"); 
if ((month == 4) && (date == 13)) document.write("Tulip Day");
if ((month == 4) && (date == 14)) document.write("Independence Day (Paraguay)");
if ((month == 4) && (date == 15)) document.write("Wizard of Oz Day");
if ((month == 4) && (date == 16)) document.write("Joan of Arc Canonized in Rome, 1920"); 
if ((month == 4) && (date == 17)) document.write("Armed Forces Day");  
if ((month == 4) && (date == 18)) document.write("International Museum Day");
if ((month == 4) && (date == 19)) document.write("Circus Day ---Victoria Day (Canada)"); 
if ((month == 4) && (date == 20)) document.write("Peace Day - 1st  Woman Solo Atlantic Flight, A. Earhart, 1932");
if ((month == 4) && (date == 21)) document.write("Armed forces Day");
if ((month == 4) && (date == 22)) document.write("Neighbor Day");
if ((month == 4) && (date == 23)) document.write("World Turtle Day");
if ((month == 4) && (date == 24)) document.write("National Escargot Day");
if ((month == 4) && (date == 25)) document.write("National Tap Dance Day");
if ((month == 4) && (date == 26)) document.write("Sally Ride Day");
if ((month == 4) && (date == 27)) document.write("Sun Screen Day");
if ((month == 4) && (date == 28)) document.write("International Jazz Day - ");
if ((month == 4) && (date == 29)) document.write("UN Peacekeepers Day");
if ((month == 4) && (date == 30)) document.write("Ancestor Honor Day");
if ((month == 4) && (date == 31)) document.write("Treat Yourself To Something Special Today");
if ((month == 4) && (day == 0) && (date > 7) && (date< 16)) document.write("Mother's Day");
if ((month == 4) && (day == 1) && (date > 24)) document.write("Memorial Day");
// June
if ((month == 5) && (date == 1)) document.write("Webmaster's Anniversary Day");
if ((month == 5) && (date == 2)) document.write("Leave The Office Early Day");
if ((month == 5) && (date == 3)) document.write("Hug Your Cat Day, ");
if ((month == 5) && (date == 3)) document.write("Egg Day,  1st US Space Walk (1965)");
if ((month == 5) && (date == 4)) document.write("1st Hot Air Balloon Flight - France in 1783,");
if ((month == 5) && (date == 4)) document.write(" Cheese Day");
if ((month == 5) && (date == 5)) document.write("Gingerbread Day, Constitution Day (Denmark)");
if ((month == 5) && (date == 6)) document.write("D-Day (USA)");
if ((month == 5) && (date == 7)) document.write("National Yo-Yo Day");
if ((month == 5) && (date == 8)) document.write("Upsy Daisy Day");
if ((month == 5) && (date == 9)) document.write("Candyland Founded (1981) - Online Oct. 2000");
if ((month == 5) && (date == 10)) document.write("Race Unity Day");
if ((month == 5) && (date == 11)) document.write("1st Human Lung Transplant by Dr. J. P. Hardy, USA, 1963");
if ((month == 5) && (date == 11)) document.write(" Kamehameha (Hawaii)");
if ((month == 5) && (date == 12)) document.write("Magic Day, Baseball Invented (1839)");
if ((month == 5) && (date == 13)) document.write("National Juggling Day");
if ((month == 5) && (date == 14)) document.write("Sandpaper Invented (1834), Flag Day (USA)");
if ((month == 5) && (date == 15)) document.write("Fly a Kite Day, Ben Franklin's Experiment (1752)");
if ((month == 5) && (date == 16)) document.write("1st Woman in Space: V. Tereshkova, USSR, 1963");
if ((month == 5) && (date == 17)) document.write("Eat Your Vegetables Day");
if ((month == 5) && (date == 18)) document.write("International Picnic Day ");
if ((month == 5) && (date == 19)) document.write("Tasmanian Devil's Birthday (1954)");
if ((month == 5) && (date == 20)) document.write("Ice Cream soda Day");
if ((month == 5) && (date == 21)) document.write("Summer Solstice; Vegan World Day");
if ((month == 5) && (date == 22)) document.write("National Chocolate Eclair Day");
if ((month == 5) && (date == 23)) document.write("Let It Go Day");
if ((month == 5) && (date == 24)) document.write("UFO Day, St. Jean Baptiste Day (Canada)");
if ((month == 5) && (date == 25)) document.write("Log Cabin Day");
if ((month == 5) && (date == 26)) document.write("Toothbrush Invented (1498)");
if ((month == 5) && (date == 27)) document.write("Helen Keller Day");
if ((month == 5) && (date == 28)) document.write("Paul Bunyon Day");
if ((month == 5) && (date == 29)) document.write("Camera Day");
if ((month == 5) && (date == 30)) document.write("Sky Day, Independence Day (Zaire)");
if ((month == 5) && (day == 0) && (date > 15) && (date< 24)) document.write("Father's Day");
// July
if ((month == 6) && (date == 1)) document.write("Canada Day");
if ((month == 6) && (date == 2)) document.write("Cherry Pit Spitting Day");
if ((month == 6) && (date == 3)) document.write("Dog Days of Summer Begins");
if ((month == 6) && (date == 4)) document.write("Independence Day (USA), Filipino-American Friendship Day");
if ((month == 6) && (date == 5)) document.write("Caribbean Day; Bikini Debuts in Paris, 1946 :-)");
if ((month == 6) && (date == 6)) document.write("Take Your Webmaster To Lunch Day");
if ((month == 6) && (date == 7)) document.write("Chocolate Day, Macaroni Day");
if ((month == 6) && (date == 8)) document.write("Ice Cream Sundae Day");
if ((month == 6) && (date == 9)) document.write("National Sugar Cookie Day");
if ((month == 6) && (date == 10)) document.write("Teddy Bear's Picnic Day, Barn Day");
if ((month == 6) && (date == 11)) document.write("Cheer Up Day, Swimming Pool Day");
if ((month == 6) && (date == 12)) document.write("Paper Bag Day");
if ((month == 6) && (date == 13)) document.write("French Fries Day");
if ((month == 6) && (date == 14)) document.write("Cow Appreciation Day, Bastille Day (France)");
if ((month == 6) && (date == 15)) document.write("1st Boeing 707 Flown (1954)");
if ((month == 6) && (date == 16)) document.write("Cow Appreciation and Shark Awareness Days");
if ((month == 6) && (date == 17)) document.write("Ice Cream Cone Day");
if ((month == 6) && (date == 18)) document.write("Chrysanthemum Day");
if ((month == 6) && (date == 19)) document.write("National Raspberry Cake Day");
if ((month == 6) && (date == 20)) document.write("Lollipop Day, Man Walks on the Moon (1969)");
if ((month == 6) && (date == 21)) document.write("Monkey Day");
if ((month == 6) && (date == 22)) document.write("Rat-catchers Day");
if ((month == 6) && (date == 23)) document.write("Gorgeous Grandma Day");
if ((month == 6) && (date == 24)) document.write("Marvin The Martian's Birthday, Cousins Day");
if ((month == 6) && (date == 25)) document.write("Day Out Of Time Day");
if ((month == 6) && (date == 26)) document.write("Bert's Birthday (Sesame St.)");
if ((month == 6) && (date == 27)) document.write("Walk On Stilts Day - Korean war Vets Armistice Day");
if ((month == 6) && (date == 28)) document.write("Hamburger Day");
if ((month == 6) && (date == 29)) document.write("National Parent's Day, Rain Day");
if ((month == 6) && (date == 30)) document.write("Cheesecake Day");
// August
if ((month == 7) && (date == 1)) document.write("Confederation Day (Switzerland)");
if ((month == 7) && (date == 2)) document.write("National Night Out Day");
if ((month == 7) && (date == 3)) document.write("Joe's Birthday (Candyland Webmaster)");
if ((month == 7) && (date == 4)) document.write("Twins Day");
if ((month == 7) && (date == 5)) document.write("Work Like A Dog Day");
if ((month == 7) && (date == 6)) document.write("Wiggle Your Toes Day");
if ((month == 7) && (date == 7)) document.write("Treasure Your Customers Day - National Kid's Day");
if ((month == 7) && (date == 8)) document.write("Happiness Happens Day");
if ((month == 7) && (date == 9)) document.write("Betty Boop's Birthday");
if ((month == 7) && (date == 10)) document.write("Independence Day (Ecuador)");
if ((month == 7) && (date == 11)) document.write("Presidents Joke Day");
if ((month == 7) && (date == 12)) document.write("Kool-Aid Day - International Youth Day");
if ((month == 7) && (date == 13)) document.write("Left-Handers Day - National Underwear Day");
if ((month == 7) && (date == 14)) document.write("National Creamsicles Day");
if ((month == 7) && (date == 15)) document.write("Independence Day (India)");
if ((month == 7) && (date == 16)) document.write("Happy Birthday Dee from Dad :-)");
if ((month == 7) && (date == 17)) document.write("Sandcastle Day");
if ((month == 7) && (date == 18)) document.write("Wizard of Oz Premiered (1939)");
if ((month == 7) && (date == 19)) document.write("National Aviation Day");
if ((month == 7) && (date == 20)) document.write("Vinegar Day - Bamboo Day");
if ((month == 7) && (date == 21)) document.write("Hawaii Statehood (1959) - Poets Day");
if ((month == 7) && (date == 22)) document.write("Be  an Angel Day");
if ((month == 7) && (date == 23)) document.write("Frank & Dianes Anniversary!");
if ((month == 7) && (date == 24)) document.write("Strange Music Day");
if ((month == 7) && (date == 25)) document.write("Kiss and Make Up Day");
if ((month == 7) && (date == 26)) document.write("Women's Equality Day");
if ((month == 7) && (date == 27)) document.write("Sing Out Day");
if ((month == 7) && (date == 28)) document.write("M.L. King Jr. Speech: I Have A Dream");
if ((month == 7) && (date == 29)) document.write("More Herbs, Less Salt Day");
if ((month == 7) && (date == 30)) document.write("Toasted Marshmallow Day");
if ((month == 7) && (date == 31)) document.write("Love Litigating Lawyers Day");
// September
if ((month == 8) && (date == 1)) document.write("Chicken Boy Day - Emma Nutt Day");
if ((month == 8) && (date == 2)) document.write("VJ Day");
if ((month == 8) && (date == 3)) document.write("Uncle Sam's Birthday (1813)");
if ((month == 8) && (date == 4)) document.write("Newspaper Carrier Day");
if ((month == 8) && (date == 5)) document.write(" - Be Late For Something Day - ");
if ((month == 8) && (date == 6)) document.write("Read A Book Day");
if ((month == 8) && (date == 7)) document.write("Grandparents Day ---Independence Day (Brazil)");
if ((month == 8) && (date == 8)) document.write("International Literacy Day");
if ((month == 8) && (date == 9)) document.write("Teddy Bear Day, Grandparent's Day");
if ((month == 8) && (date == 10)) document.write("Swap Ideas Day");
if ((month == 8) && (date == 11)) document.write("NY World Trade Center Terrorist Attack");
if ((month == 8) && (date == 12)) document.write("Video Games Day");
if ((month == 8) && (date == 13)) document.write("Fortune Cookie Day"); 
if ((month == 8) && (date == 14)) document.write("National Cream-Filled Donut Day");
if ((month == 8) && (date == 15)) document.write("Frank's Birthday (Candyland Owner)");
if ((month == 8) && (date == 16)) document.write("Mayflower Day--- Independence Day (Mexico)");
if ((month == 8) && (date == 17)) document.write("Citizenship Day");
if ((month == 8) && (date == 18)) document.write("International Peace Day");
if ((month == 8) && (date == 19)) document.write("National Play Doh Day");
if ((month == 8) && (date == 20)) document.write("Family Day - A Day to Eat Dinner With Your Children");
if ((month == 8) && (date == 21)) document.write("Minature Golf Day");
if ((month == 8) && (date == 22)) document.write("1st Day of Autumn");
if ((month == 8) && (date == 23)) document.write("Good Neighbor Day");
if ((month == 8) && (date == 24)) document.write("Fish Amnesty Day");
if ((month == 8) && (date == 25)) document.write("Glenn Gould born (1932)");
if ((month == 8) && (date == 26)) document.write("Johnny Appleseed's Birthday");
if ((month == 8) && (date == 27)) document.write("World Tourism Day");
if ((month == 8) && (date == 28)) document.write("National Womens Health & Fitness Day");
if ((month == 8) && (date == 29)) document.write("Confucius Day [try your luck]");
if ((month == 8) && (date == 30)) document.write("Chewing Gum Day");
if ((month == 8) && (day== 1)&& (date > 0) && (date< 8)) document.write("Labor Day (USA)");
// October
if ((month == 9) && (date == 1)) document.write("German Reunufication (1990)--");
if ((month == 9) && (date == 1)) document.write(" Pianist Vladimir Horowitz born (1903)");
if ((month == 9) && (date == 2)) document.write("Farm Animal's Day"); 
if ((month == 9) && (date == 3)) document.write("Child Health Day");
if ((month == 9) && (date == 4)) document.write("National Golf Day, Sputnik 1 Launched (1957)");
if ((month == 9) && (date == 5)) document.write("World Teachers Day"); 
if ((month == 9) && (date == 6)) document.write("Physician Assistant Day");
if ((month == 9) && (date == 7)) document.write("Edgar Allen Poe died in Baltimore, MD (1849)");
if ((month == 9) && (date == 8)) document.write("Thanksgiving (Canada)");
if ((month == 9) && (date == 9)) document.write("Yale University (as later named) was chartered, in 1701");
if ((month == 9) && (date == 10)) document.write("Health-Sports Day (Japan)");
if ((month == 9) && (date == 11)) document.write("In 1890, DAR founded in Washington DC");
if ((month == 9) && (date == 12)) document.write("Emily's Birthday (Owner's Neice) Nancy's Birthday (Owner's Mom)");
if ((month == 9) && (date == 13)) document.write("Phobia Day");
if ((month == 9) && (date == 14)) document.write("In 1964, Martin Luther King wins Nobel Peace Prize");
if ((month == 9) && (date == 15)) document.write("National Grouch Day");
if ((month == 9) && (date == 16)) document.write("World Food Day---National Boss' Day");
if ((month == 9) && (date == 17)) document.write("In 1979 Mother Teresa (India) awarded Nobel Peace Prize");
if ((month == 9) && (date == 18)) document.write("Star Spangled Banner 1st Sung (1814)");
if ((month == 9) && (date == 19)) document.write("In 1950, United Nations forces enter North Korea");
if ((month == 9) && (date == 20)) document.write("Get Smart About credit Day");
if ((month == 9) && (date == 21)) document.write("Thomas Edison invents light bulb, 1879");
if ((month == 9) && (date == 22)) document.write("Franz Liszt born (1811)");
if ((month == 9) && (date == 23)) document.write("Mother - in - Law Day");
if ((month == 9) && (date == 24)) document.write("in 1945, the United Nations is inagurated");
if ((month == 9) && (date == 25)) document.write("1962: American John Steinbeck awarded Nobel prize in Literature");
if ((month == 9) && (date == 26)) document.write("1st Continental Congress adjourns in Philadelphia; 1774");
if ((month == 9) && (date == 27)) document.write("Dupont introduces Nylon (1904)");
if ((month == 9) && (date == 28)) document.write("Statue of Liberty Day ");
if ((month == 9) && (date == 30)) document.write("in 1735, 2nd US President John Adams was born ");
if ((month == 9) && (day == 1) && (date > 7) && (date< 16)) document.write("Columbus Day (USA)");
if ((month == 9) && (day == 0) && (date > 24) && (date< 31)) document.write("Daylight Savings Time Ends");
if ((month == 9) && (day == 0) && (date == 31)) document.write("Daylight Savings Time Ends");
if ((month == 9) && (date == 29)) document.write("~ Black Tuesday In 1929: Stock Market Collapses "); 
if ((month == 9) && (date == 31)) document.write("Halloween");
// November
if ((month == 10) && (date == 1)) document.write("All Saints Day");
if ((month == 10) && (date == 2)) document.write("All Souls Day");
if ((month == 10) && (date == 3)) document.write("Culture Day (Japan)");
if ((month == 10) && (date == 4)) document.write("1952: Dwight D. Eisenhower elected US President");
if ((month == 10) && (date == 5)) document.write("Johann Christian Bach born (1735)");
if ((month == 10) && (date == 6)) document.write("Basketball Day");
if ((month == 10) && (date == 7)) document.write("Hug a Bear Day");
if ((month == 10) && (date == 8)) document.write("X-Ray's Discovered (1895), Kennedy defeats Nixon (1960)");
if ((month == 10) && (date == 9)) document.write("The Great Northeast Blackout occurred in 1965");
if ((month == 10) && (date == 10)) document.write("Forget - Me - Not Day");
if ((month == 10) && (date == 11)) document.write("Veteran's Day (USA),    Remembrance Day (Canada)");
if ((month == 10) && (date == 12)) document.write("Joe's Birthday (Owner's Brother)");
if ((month == 10) && (date == 13)) document.write("In 1789 Ben franklin wrote: Nothing is certain except death & taxes");
if ((month == 10) && (date == 14)) document.write("Moby Dick published on this date in 1851");
if ((month == 10) && (date == 15)) document.write("America Recycles Day");
if ((month == 10) && (date == 16)) document.write("International Day For Tolerance");
if ((month == 10) && (date == 17)) document.write("Homemade Bread Day");
if ((month == 10) && (date == 18)) document.write("Natioal Great American Smoke Out Day");
if ((month == 10) && (date == 19)) document.write("Abraham Lincoln delivers the Gettysburg Address in 1863");
if ((month == 10) && (date == 20)) document.write("Revolution Day (Mexico)");
if ((month == 10) && (date == 21)) document.write("Pumpkin Pie Day");
if ((month == 10) && (date == 22)) document.write("President Kennedy assassinated: Dallas TX, 1963 ");
if ((month == 10) && (date == 23)) document.write("1st Jukebox debuts in San Francisco, Palais Royale Saloon, 1889 ");
if ((month == 10) && (date == 24)) document.write("Turkey Free Thanksgiving Day");
if ((month == 10) && (date == 25)) document.write("36 days until Christmas!!");
if ((month == 10) && (date == 26)) document.write("National Cake Day");
if ((month == 10) && (date == 27)) document.write("It's Someone's Birthday Day!");
if ((month == 10) && (date == 28)) document.write("Red Planet Day");
if ((month == 10) && (date == 29)) document.write("King Tut's Tomb Opened, Egypt (1922)");
if ((month == 10) && (date == 30)) document.write("Mark Twain born: 1835 in Florida, MO");
if ((month == 10) && (day == 4) && (date > 21) && (date< 28)) document.write("Thanksgiving (USA)");
if ((month == 10) && (date == 23)) document.write("Labor Thanksgiving Day (Japan)");
// December
if ((month == 11) && (date == 1)) document.write("Eat a Red Apple Day, National Pie Day");
if ((month == 11) && (date == 2)) document.write("Napoleon crowned Emperor of France 1804");
if ((month == 11) && (date == 3)) document.write("National Roof Over Your Head Day");
if ((month == 11) && (date == 4)) document.write("National Cookie Day");
if ((month == 11) && (date == 5)) document.write("In 1933, Prohibition ends");
if ((month == 11) && (date == 6)) document.write("Mitten Tree Day, Saint Nicolas Day"); 
if ((month == 11) && (date == 7)) document.write("Pearl Harbor Day (Attacked in 1941)");
if ((month == 11) && (date == 8)) document.write("Take It In The Ear Day");
if ((month == 11) && (date == 9)) document.write("Hanukkah Begins at Sunset");
if ((month == 11) && (date == 10)) document.write("Human Rights Day");
if ((month == 11) && (date == 10)) document.write(" Nobel Prizes Established 1901"); 
if ((month == 11) && (date == 11)) document.write("1941 War declared between USA & Germany/Italy"); 
if ((month == 11) && (date == 12)) document.write("Boys Town founded by Rev. Flannigan in 1917");
if ((month == 11) && (date == 13)) document.write("Use a Cliche Day");
if ((month == 11) && (date == 14)) document.write("Alabama becomes the 22nd US State, 1819")
if ((month == 11) && (date == 15)) document.write("Ludwig Van Beethoven born (1770)");
if ((month == 11) && (date == 16)) document.write("The Boston Tea Party: 1773");
if ((month == 11) && (date == 17)) document.write("1st Powered Air Flight, Wright Bros. in 1903");
if ((month == 11) && (date == 18)) document.write("National Chocolate Covered Anything Day");
if ((month == 11) && (date == 19)) document.write("1732: Franklin publishes 1st Issue of Poor Richard's Almanac");
if ((month == 11) && (date == 20)) document.write("Games Day");
if ((month == 11) && (date == 21)) document.write("Winter Solstice");
if ((month == 11) && (date == 22)) document.write("Abilities Day");
if ((month == 11) && (date == 23)) document.write("Roots Day");
if ((month == 11) && (date == 24)) document.write("Christmas Eve");
if ((month == 11) && (date == 25)) document.write("Christmas");
if ((month == 11) && (date == 26)) document.write("Boxing Day");
if ((month == 11) && (date == 27)) document.write("Visit a Zoo Day");
if ((month == 11) && (date == 28)) document.write("Card Playing Day");
if ((month == 11) && (date == 29)) document.write("Pepper Pot Day");
if ((month == 11) && (date == 30)) document.write("No Interruptions Today Day");
if ((month == 11) && (date == 31)) document.write("New Year's Eve");
document.write("<br></b></font>");
//-->