
 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 ("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag");
/* 0 = Sonntag, 1 = Montag, 2 = Dienstag, 3 = Mittwoch, 4 = Donnerstag, 5 = Freitag, 6 = Samstag */
 var monthname = 
 new Array ("Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember" );
/* 0 = Januar, 1 = Februar, ..., 11 = Dezember */

 document.write(dayname[day] + " ");
 if (date< 10) document.write("0" + date + ". ");
         else document.write(date + ". ");
 document.write(monthname[month] + " ");
 document.write(year + ":<br>");

 // Easter

 if ((month == emonth) && (date == edate)) document.write("Ostersonntag, ");
 if ((month == emonth) && (date == edate+1)) document.write("Ostermontag, ");
 if ((month == emonth) && (date == edate-2)) document.write("Karfreitag, ");
 if ((month == emonth) && (date == edate-7)) document.write("Palmsonntag, "); 
 if ((month == emonth) && (date == edate-3)) document.write("Gr&uuml;ndonnerstag, "); 
 if ((month == emonth) && (date == edate+39)) document.write("Christi Himmelfahrt, Vatertag<br>");
 if ((month == emonth) && (date == edate+50)) document.write("Pfingsten, ");
 if ((month == emonth) && (date == edate+51)) document.write("Pfingstmontag, ");
 if ((month == emonth) && (date == edate+60)) document.write("Fronleichnam, ");
 if ((month == emonth) && (day == 1) && (date == edate-48)) document.write("Rosenmontag, ");
 if ((date == edate-47)) document.write("Veilchendienstag, ");
 if ((month == emonth) && (day == 3) && (date == edate-46)) document.write("Aschermittwoch, ");

 // January
 if ((month == 0) && (day == 1) && (date > 14) && (date< 22)) document.write("Martin Luther King's Birthday<br>");
 if ((month == 0) && (day == 0) && (date > 14) && (date< 22)) document.write("Welttag der Migranten und Fl&uuml;chtlinge<br>");
 if ((month == 0) && (date == 1)) document.write("Neujahrstag, Weltfriedenstag");
 if ((month == 0) && (date == 2)) document.write("Erste Sonde ausserhalb des Erd-Schwerfeldes (1959)");
 if ((month == 0) && (date == 3)) document.write("Hillary erreicht S&uuml;dpol (1958)");
 if ((month == 0) && (date == 4)) document.write("Welt-Braille-Tag");
 if ((month == 0) && (date == 5)) document.write("Patent Dampfmaschine (1769)");
 if ((month == 0) && (date == 6)) document.write("Dreik&ouml;nigstag");
 if ((month == 0) && (date == 7)) document.write("Erste Entdeckung eines schwarzen Loches ausserhalb der Galaxie (1983)");
 if ((month == 0) && (date == 8)) document.write("Lochkarten-System Patent (Hollerith, 1889)");
 if ((month == 0) && (date == 9)) document.write("Baubeginn Assuan-Staudamm (1960)");
 if ((month == 0) && (date == 10)) document.write("Paulustag, erste Metro (1863)");
 if ((month == 0) && (date == 11)) document.write("Bremen kauft Bremerhaven von Hannover (1827)");
 if ((month == 0) && (date == 12)) document.write("Jungfernfahrt Queen Mary II (2004)");
 if ((month == 0) && (date == 13)) document.write("Die Gr&uuml;nen (1980)");
 if ((month == 0) && (date == 14)) document.write("Erstbesteigung Aconcagua (1897)");
 if ((month == 0) && (date == 15)) document.write("Adults Day (Japan), Wikipedia (2001)");
 if ((month == 0) && (date == 16)) document.write("Nimrod Expedition (1909)");
 if ((month == 0) && (date == 17)) document.write("Art's Birthday");
 if ((month == 0) && (date == 18)) document.write("Kyrill (2007)");
 if ((month == 0) && (date == 19)) document.write("J.F. Kennedy wird Pr&auml;sident der USA (1961)");
 if ((month == 0) && (date == 20)) document.write("Amtseinf&uuml;hrung Obama (2009)");
 if ((month == 0) && (date == 21)) document.write("Agnestag, erste Rallye Monte Carlo (1911)");
 if ((month == 0) && (date == 22)) document.write("Deutsch-Franz&ouml;sischer Tag");
 if ((month == 0) && (date == 23)) document.write("Erdbeben von Shaanxi (1556)");
 if ((month == 0) && (date == 24)) document.write("Welttag der sozialen Kommunikationsmittel");
 if ((month == 0) && (date == 25)) document.write("1. Olympische Winterspiele (1924)");
 if ((month == 0) && (date == 26)) document.write("Cosi fan tutte (1790)");
 if ((month == 0) && (date == 27)) document.write("Tag des Gedenkens an die Opfer des Nationalsozialismus");
 if ((month == 0) && (date == 28)) document.write("Welt-Lepra-Tag<br>Europ&auml;ischer Datenschutztag, DFB (1900)");
 if ((month == 0) && (date == 30)) document.write("letztes Beatles-Konzert (1969)");
 if ((month == 0) && (date == 31)) document.write("Amsterdamer Wechselbank (1609)");

// JAHRESTAGE JAN

 if ((month == 0) && (date == 27) && (year == 2011)) document.write("<br>Mozart (*1756)");
 if ((month == 0) && (date == 29) && (year == 2015)) document.write("Bernoulli (*1700)");

 // February
 if ((month == 1) && (date == 1)) document.write("Internationaler Tag des L&auml;chelns");
 if ((month == 1) && (date == 2)) document.write("Tag zum Schutz der Feuchtgebiete<br>Murmeltiertag");
 if ((month == 1) && (date == 3)) document.write("Schlenggeltag");
 if ((month == 1) && (date == 4)) document.write("Quanten-Hall-Effekt (1985)");
 if ((month == 1) && (date == 5)) document.write("Reader's Digest (1922)");
 if ((month == 1) && (date == 6)) document.write("Integrierter Schaltkreis (1959)");
 if ((month == 1) && (date == 7)) document.write("Europaweiter Safer Internet Day");
 if ((month == 1) && (date == 8)) document.write("NASDAQ (1971)");
 if ((month == 1) && (date == 9)) document.write("Spr&uuml;hdose (1926)");
 if ((month == 1) && (date == 10)) document.write("Tag der Kinderhospizarbeit");
 if ((month == 1) && (date == 11)) document.write("Free Mandela (1990)<br>Welttag der Kranken");
 if ((month == 1) && (date== 12)) document.write("Internationaler Darwin-Tag<br>Internationaler Tag gegen den Einsatz von Kindersoldaten");
 if ((month == 1) && (date== 13)) document.write("Europ&auml;ischer Singlestag");
 if ((month == 1) && (date == 14)) document.write("Valentinstag");
 if ((month == 1) && (date == 15)) document.write("Internationaler Protesttag gegen Polizeibrutalit&auml;t");
 if ((month == 1) && (date == 16)) document.write("Grab&ouml;ffnung Tutanchamuns (1923)");
 if ((month == 1) && (date == 17)) document.write("Lukastag");
 if ((month == 1) && (date == 18)) document.write("Rolling Stones Konzert in Rio vor 1,2 Mio Menschen (2006)");
 if ((month == 1) && (date == 19)) document.write("Kernmodul der MIR (1986)");
 if ((month == 1) && (date == 20)) document.write("Manifest des Futurismus (1909)");
 if ((month == 1) && (date == 21)) document.write("Internationaler Tag der Muttersprache; Welttag des Fremdenf&uuml;hrers, St. Petri-Tag");
 if ((month == 1) && (date == 22)) document.write("Thinking Day (Pfadfinder)");
 if ((month == 1) && (date == 23)) document.write("Rotary-Club (1905)");
 if ((month == 1) && (date == 25)) document.write("Trommelrevolver (1836), Elektromotor (1837)");
 if ((month == 1) && (date == 26)) document.write("Webbrowser (1991)");
 if ((month == 1) && (date == 27)) document.write("Neutron entdeckt (Chadwick, 1932)");
 if ((month == 1) && (date == 28)) document.write("Romanustag");
 if ((month == 1) && (date == 29)) document.write("Leap Day");

// JAHRESTAGE FEB

 if ((month == 1) && (date == 8) && (year == 2018)) document.write("<br>Jules Verne (*1828)");
 if ((month == 1) && (date == 15) && (year == 2014)) document.write("<br>Galileo (*1564)");
 if ((month == 1) && (date == 24) && (year == 2011)) document.write("Wilhelm Grimm (*1786)");
 if ((month == 1) && (date == 27) && (year == 2012)) document.write("<br>Dolly (*1997)");

 // MARCH
 if ((month == 2) && (day == 0) && (date > 24) && (date< 31)) document.write("Beginn der Sommerzeit<br>");
 if ((month == 2) && (day == 0) && (date > 1) && (date< 7)) document.write("Krankensonntag<br>");
 if ((month == 2) && (day == 6) && (date > 1) && (date< 7)) document.write("Weltgebetstag<br>");
 if ((month == 2) && (date == 1)) document.write("erster Fallschirm-Sprung aus Flugzeug (1912), Swatch (1983)");
 if ((month == 2) && (date == 2)) document.write("Weltgebetstag der Frauen");
 if ((month == 2) && (date == 3)) document.write("Tag des Artenschutzes, Top-Quark (1995)");
 if ((month == 2) && (date == 4)) document.write("erstes &Uuml;berseekabel (1927)");
 if ((month == 2) && (date == 6)) document.write("Europ&auml;ischer Tag der Logop&auml;die");
 if ((month == 2) && (date == 7)) document.write("Tag der gesunden Ern&auml;hrung");
 if ((month == 2) && (date == 8)) document.write("Internationaler Frauentag");
 if ((month == 2) && (date == 9)) document.write("Weltnierentag");
 if ((month == 2) && (date == 10)) document.write("erstes Telefonat (1876)");
 if ((month == 2) && (date == 11)) document.write("Pflegeversicherung (1994)");
 if ((month == 2) && (date == 12)) document.write("Gregorstag");
 if ((month == 2) && (date == 13)) document.write("EWS (1979), Entdeckung Pluto (1930)");
 if ((month == 2) && (date == 14)) document.write("Einstein-Tag; Internationaler Aktionstag gegen Staud&auml;mme");
 if ((month == 2) && (date == 15)) document.write("Europ&auml;ischer Tag des Verbrauchers und Weltverbrauchertag<br>Tag der R&uuml;ckengesundheit");
 if ((month == 2) && (date == 16)) document.write("Trimm Dich (1970)");
 if ((month == 2) && (date == 17)) document.write("St. Patrick's Day");
 if ((month == 2) && (date == 18)) document.write("Bundesweiter Aktionstag f&uuml;r die Freiheit der politischen Gefangenen");
 if ((month == 2) && (date == 19)) document.write("Joseftag");
 if ((month == 2) && (date == 20)) document.write("Internationaler Kinder- und Jugendtheatertag; Weltgeschichtentag");
 if ((month == 2) && (date == 21)) document.write("Fr&uuml;hlingsanfang; Internationaler Tag des Waldes<br>Internationaler Tag f&uuml;r die Beseitigung der Rassendiskriminierung; Welttag der Poesie");
 if ((month == 2) && (date == 22)) document.write("Weltwassertag");
 if ((month == 2) && (date == 23)) document.write("Weltwettertag");
 if ((month == 2) && (date == 24)) document.write("Welttuberkulosetag");
 if ((month == 2) && (date == 25)) document.write("Internationaler Tag des Gedenkens an die Opfer der Sklaverei und des transatlantischen Sklavenhandels");
 if ((month == 2) && (date == 26)) document.write("Welttag gegen Tierversuche");
 if ((month == 2) && (date == 27)) document.write("Welttag des Theaters; Rupertstag");
 if ((month == 2) && (date == 28)) document.write("Harrisburg (1979)");
 if ((month == 2) && (date == 30)) document.write("Alaska Purchase (1867)");
 if ((month == 2) && (date == 31)) document.write("Eiffelturm (1889)");



 // APRIL
 if ((month == 3) && (day == 0) && (date > 24) && (date < 30)) document.write("Welttag der Partnerst&auml;dte, ");
 if ((month == 3) && (day == 4) && (date > 21) && (date < 28)) document.write("Girls'Day, ");
 if ((month == 3) && (date == 1)) document.write("April Fools' Day, erste Stra&szlig;engaslaternen (1814)");
 if ((month == 3) && (date == 2)) document.write("Internationaler Kinderbuchtag, Welt-Autismus-Tag");
 if ((month == 3) && (date == 3)) document.write("Jesse James erschossen (1882)");
 if ((month == 3) && (date == 4)) document.write("Tag f&uuml;r die Aufkl&auml;rung &uuml;ber Minengefahr und die Unterst&uuml;tzung von Antiminenprogrammen");
 if ((month == 3) && (date == 5)) document.write("Die Fledermaus (Strau&szlig;, 1874)");
 if ((month == 3) && (date == 6)) document.write("Welt-Olympiatag");
 if ((month == 3) && (date == 7)) document.write("Weltgesundheitstag");
 if ((month == 3) && (date == 8)) document.write("Buddha Tag, Internationaler Roma-Tag");
 if ((month == 3) && (date == 9)) document.write("Pasteurisierung (1865)");
 if ((month == 3) && (date == 10)) document.write("Spyridon Louis gewinnt olymp. Marathon (1896)");
 if ((month == 3) && (date == 11)) document.write("Welt-Parkinson-Tag");
 if ((month == 3) && (date == 12)) document.write("Tag der Kosmonauten (Russland)");
 if ((month == 3) && (date == 13)) document.write("Houston, we have had a problem (1970)");
 if ((month == 3) && (date == 14)) document.write("Tiburtiustag");
 if ((month == 3) && (date == 15) && (day == 0)) document.write("Income Tax Day (USA), ");
 if ((month == 3) && (date == 15)) document.write("Untergang der Titanic (1912)");
 if ((month == 3) && (date == 16) && (day == 1)) document.write("Income Tax Day (USA), ");
 if ((month == 3) && (date == 16)) document.write("Internationaler Tag gegen den L&auml;rm, Internationaler Tag der Stimme");
 if ((month == 3) && (date == 17)) document.write("Weltausstellung Br&uuml;ssel (1958)");
 if ((month == 3) && (date == 18)) document.write("Weltamateurfunktag, Internationaler Denkmaltag");
 if ((month == 3) && (date == 19)) document.write("Bicycle Day");
 if ((month == 3) && (date == 20)) document.write("Gedenktag zu Ehren der Columbineopfer");
 if ((month == 3) && (date == 21)) document.write("Natale di Roma (753 v.Chr.)");
 if ((month == 3) && (date == 22)) document.write("Tag der Erde");
 if ((month == 3) && (date == 23)) document.write("Welttag des Buches und des Urheberrechts<br>Tag des Bieres, Georgstag");
 if ((month == 3) && (date == 24)) document.write("Welttag des Versuchstiers, Tag der Astronomie");
 if ((month == 3) && (date == 25)) document.write("Tag des Baumes, Deutscher Heizenergiespartag, Afrika-Malaria-Tag");
 if ((month == 3) && (date == 26)) document.write("Tag der erneuerbaren Energien, Welttag des geistigen Eigentums<br>Jahrestag der Katastrophe von Tschernobyl (1986)");
 if ((month == 3) && (date == 27)) document.write("Welttag des Designs");
 if ((month == 3) && (date == 28)) document.write("Welttag f&uuml;r Sicherheit und Gesundheit am Arbeitsplatz, Tag gegen den L&auml;rm");
 if ((month == 3) && (date == 29)) document.write("Internationaler Welttanztag");
if ((month == 3) && (date == 30)) document.write("Walpurgisnacht");

// JAHRESTAGE APR
 if ((month == 3) && (date == 15) && (year == 2012)) document.write("<br>Leonardo da Vinci (*1452)");

 // MAY
 if ((month == 4) && (day == 0) && (date > 7) && (date < 16)) document.write("Muttertag, ");
 if ((month == 4) && (day == 0) && (date > 1) && (date < 8)) document.write("Weltlachtag, ");
 if ((month == 4) && (day == 6) && (date > 8) && (date < 16)) document.write("Weltladentag, ");
 if ((month == 4) && (date > 10) && (date< 16)) document.write("Eisheilige, ");
 if ((month == 4) && (day == 0) && (date > 9) && (date< 16)) document.write("Internationaler Museumstag");
 if ((month == 4) && (date == 1)) document.write("May Day, Tag der Arbeit");
 if ((month == 4) && (date == 2)) document.write("Constitution Day (Japan)<br>Erster Aachener Frieden (1668)");
 if ((month == 4) && (date == 3)) document.write("Internationaler Tag der Pressefreiheit");
 if ((month == 4) && (date == 5)) document.write("Tag des herzkranken Kindes<br>Internationaler Hebammentag");
 if ((month == 4) && (date == 6)) document.write("Internationaler Anti-Di&auml;t-Tag<br>Welttag der geistlichen Berufe");
 if ((month == 4) && (date == 7)) document.write("Tierpark Hagenbeck (1907)<br>Deutsches Museum (1925)");
 if ((month == 4) && (date == 8)) document.write("Weltrotkreuztag, Tag der Befreiung");
 if ((month == 4) && (date == 9)) document.write("Europatag");
 if ((month == 4) && (date == 10)) document.write("Bundesweiter Aktionstag Nachhaltiges (Ab-)Waschen<br>Tag des (freien) Buches");
if ((month == 4) && (date == 11)) document.write("Tag des Ausbildungsplatzes");
 if ((month == 4) && (date == 12)) document.write("Internationaler Tag des Chronischen Ersch&ouml;pfungssyndroms<br>Internationaler Tag der Pflege");
 if ((month == 4) && (date == 13)) document.write("Charite (1710)");
 if ((month == 4) && (date == 14)) document.write("Skylab (1973)");
 if ((month == 4) && (date == 15)) document.write("Internationaler Tag der Familie<br>Internationaler Tag der Kriegsdienstverweigerer");
 if ((month == 4) && (date == 16)) document.write("Karneval der Kulturen (1996), Laser (1960)");
 if ((month == 4) && (date == 17)) document.write("Internationaler Tag gegen Homophobie<br>Weltfernmeldetag");
 if ((month == 4) && (date == 18)) document.write("Ausbruch Mount St. Helen (1980)");
 if ((month == 4) && (date == 19)) document.write("Expo Barcelona (1929)");
 if ((month == 4) && (date == 20)) document.write("Deutscher Venentag<br>Meter wird festgelegt (1795)");
 if ((month == 4) && (date == 21)) document.write("Welttag f&uuml;r kulturelle Entwicklung<br>Lindbergh Atlantikflug (1927)");
 if ((month == 4) && (date == 22)) document.write("Internationaler Tag der biologischen Vielfalt");
 if ((month == 4) && (date == 23)) document.write("Welt-Schildkr&ouml;ten-Tag");
 if ((month == 4) && (date == 24)) document.write("Europ&auml;ischer Tag der Parke<br>Tag der kyrillischen Schrift");
 if ((month == 4) && (date == 25)) document.write("Urbanstag, Afrikatag<br>Tag der vermissten Kinder");
 if ((month == 4) && (date == 26)) document.write("Grundsteinlegung VW-Werk (1938)");
 if ((month == 4) && (date == 27)) document.write("Sankt Petersburg (1703)");
 if ((month == 4) && (date == 28)) document.write("Internationaler Weltspieltag");
 if ((month == 4) && (date == 29)) document.write("Internationaler Tag der UN-Friedenstruppen");
 if ((month == 4) && (date == 30)) document.write("Tag der Parke");
 if ((month == 4) && (date == 31)) document.write("Weltnichtrauchertag, Weltpapageientag");

 // JUNE
 if ((month == 5) && (day == 0) && (date > 1) && (date< 8)) document.write("Welterbetag, ");
 if ((month == 5) && (day == 6) && (date > 1) && (date< 8)) document.write("Tag der Organspende, ");
 if ((month == 5) && (day == 0) && (date > 8) && (date< 16)) document.write("Tag des Gartens, ");
 if ((month == 5) && (day == 6) && (date > 16) && (date< 22)) document.write("Tag der Verkehrssicherheit, ");
 if ((month == 5) && (day == 6) && (date > 24) && (date< 30)) document.write("Tag der Architektur, ");
 if ((month == 5) && (day == 0) && (date > 24) && (date< 30)) document.write("Tag der Architektur, ");
 if ((month == 5) && (date == 1)) document.write("Internationaler Kindertag, Albert-Schweitzer-Tag, Weltbauerntag, Weltmilchtag, Welttag der sozialen Kommunikationsmittel");
 if ((month == 5) && (date == 2)) document.write("Internationaler Hurentag");
 if ((month == 5) && (date == 3)) document.write("Internationaler Tag des Fahrrades");
 if ((month == 5) && (date == 4)) document.write("Internationaler Tag der Kinder, die unschuldig zu Aggressionsopfern geworden sind");
 if ((month == 5) && (date == 5)) document.write("Internationaler Tag der Umwelt");
 if ((month == 5) && (date == 6)) document.write("D-Day (1944)");
 if ((month == 5) && (date == 7)) document.write("SOS-Kinderdorf (1958)");
 if ((month == 5) && (date == 8)) document.write("Welt-Hirntumor-Tag, Tag des Meeres");
 if ((month == 5) && (date == 9)) document.write("Grundstein Reichstag (1884)");
 if ((month == 5) && (date == 10)) document.write("Kindersicherheitstag");
 if ((month == 5) && (date == 11)) document.write("Barnabas-Tag, Tag des Gartens, Kamehameha (Hawaii)");
 if ((month == 5) && (date == 11) && (year == 2015)) document.write("<br>Jacques Cousteau (*1910)");
 if ((month == 5) && (date == 12)) document.write("Welttag gegen Kinderarbeit, Tag der Artenvielfalt, Tag der Handarbeit");
 if ((month == 5) && (date == 13)) document.write("erstes kommerzielles Handy (1983)");
 if ((month == 5) && (date == 14)) document.write("Weltblutspendetag");
 if ((month == 5) && (date == 15)) document.write("Mobil OHNE Auto - Aktionstag");
 if ((month == 5) && (date == 16)) document.write("Bloomsday, Tag des afrikanischen Kindes");
 if ((month == 5) && (date == 17)) document.write("Welttag f&uuml;r die Bek&auml;mpfung der W&uuml;stenbildung und der D&uuml;rre");
 if ((month == 5) && (date == 18)) document.write("Autistic Pride Day");
 if ((month == 5) && (date == 19)) document.write("Erster Turnplatz Deutschlands (1811)");
 if ((month == 5) && (date == 20)) document.write("Weltfl&uuml;chtlingstag");
 if ((month == 5) && (date == 21)) document.write("Internationaler Tag der selbstgemachten Musik, Tag des Schlafes, Sommersonnenwende");
 if ((month == 5) && (date == 22)) document.write("Fu&szlig;ball-L&auml;nderspiel Deutschland - DDR 0:1 (1974)");
 if ((month == 5) && (date == 23)) document.write("Tag des &ouml;ffentlichen Dienstes");
 if((month == 5) && (date == 24)) document.write("Johannistag");
 if ((month == 5) && (date == 25)) document.write("Tag der Architektur");
 if((month == 5) && (date == 26)) document.write("Internationaler Tag zur Unterstützung der Folteropfer, Weltdrogentag");
 if((month == 5) && (date == 27)) document.write("Siebenschl&auml;fertag");
 if((month == 5) && (date == 28)) document.write("Christopher Street Day");
 if((month == 5) && (date == 29)) document.write("Peter und Paul, Internationaler Donau-Tag");
 if ((month == 5) && (date == 30)) document.write("Independence Day (Zaire)");

 // JULY
 if ((month == 6) && (day == 6) && (date > 1) && (date< 8)) document.write("Internationaler Genossenschaftstag, ");
 if ((month == 6) && (date == 1)) document.write("Intact Day, Independence Day (Canada)");
 if ((month == 6) && (date == 2)) document.write("Kalendarisches Halbjahr");
 if ((month == 6) && (date == 3)) document.write("KSZE (1973)");
 if ((month == 6) && (date == 4)) document.write("Ulrichstag, Independence Day (USA)");
 if ((month == 6) && (date == 5)) document.write("Dolly (1996)");
 if ((month == 6) && (date == 6)) document.write("Tag des Kusses");
 if ((month == 6) && (date == 14) && (year == 2011)) document.write("<br>Rembrandt (*1606)");
 if ((month == 6) && (date == 7)) document.write("Live Earth (2007)");
 if ((month == 6) && (date == 8)) document.write("Kilianstag");
 if ((month == 6) && (date == 9)) document.write("Erstes Wimbledon-Turnier(1877)");
 if ((month == 6) && (date == 10)) document.write("erster Kommunikationssatellit Telstar (1962)");
 if ((month == 6) && (date == 11)) document.write("Weltbev&ouml;lkerungstag");
 if ((month == 6) && (date == 12)) document.write("Rolling Stones (1962)");
 if ((month == 6) && (date == 13)) document.write("Live Aid (1985)");
 if ((month == 6) && (date == 14)) document.write("Bastille Day (France)");
 if ((month == 6) && (date == 15)) document.write("Zw&ouml;lfbotentag");
 if ((month == 6) && (date == 16)) document.write("Auswanderung Mohammeds (622)");
 if ((month == 6) && (date == 17)) document.write("Internationaler Strafgerichtshof (1998)");
 if ((month == 6) && (date == 18)) document.write("Phonograph (Edison, 1877)");
 if ((month == 6) && (date == 19)) document.write("Métro (1900)");
 if ((month == 6) && (date == 20)) document.write("Weltraumforschungstag");
 if ((month == 6) && (date == 21)) document.write("Mondlandung (1969)");
 if ((month == 6) && (date == 22)) document.write("Pi-Ann&auml;herungstag");
 if ((month == 6) && (date == 23)) document.write("...");
 if ((month == 6) && (date == 24)) document.write("24/7-Tag");
 if ((month == 6) && (date == 25)) document.write("Jakobustag");
 if ((month == 6) && (date == 26)) document.write("Esperanto (1887)");
 if ((month == 6) && (date == 27)) document.write("Genfer Konvention (1929)");
 if ((month == 6) && (date == 28)) document.write("...");
 if ((month == 6) && (date == 29)) document.write("Heisenbergs Arbeit zur Quantenmechanik (1925)");
 if ((month == 6) && (date == 30)) document.write("Wembley-Tor (1966)");
 if ((month == 6) && (date == 31)) document.write("...");


 // AUGUST
 if ((month == 7) && (date == 1)) document.write("Confederation Day (Switzerland), Alfonstag");
 if ((month == 7) && (date == 2)) document.write("Tower Subway Metro, London (1870)");
 if ((month == 7) && (date == 3)) document.write("U-Boot Nautilus am geographischen Nordpol (1958)");
 if ((month == 7) && (date == 4)) document.write("Barack Obama (1961)");
 if ((month == 7) && (date == 5)) document.write("Tag der Rekruten aller Heere der Welt");
 if ((month == 7) && (date == 6)) document.write("Tag des Gedenkens an den Atombombenabwurf auf Hiroshima 1945");
 if ((month == 7) && (date == 7)) document.write("Dominikustag");
 if ((month == 7) && (date == 8)) document.write("Weltkatzentag");
 if ((month == 7) && (date == 9)) document.write("Internationaler Tag der autochthonen Bev&ouml;lkerungsgruppen der Welt");
 if ((month == 7) && (date == 10)) document.write("Laurentiustag");
 if ((month == 7) && (date == 11)) document.write("...");
 if ((month == 7) && (date == 12)) document.write("Weltjugendtag");
 if ((month == 7) && (date == 13)) document.write("Weltlinkshändertag, Mauerbau (1961)");
 if ((month == 7) && (date == 15)) document.write("Mari&auml; Himmelfahrt, Welttag des Panama-Kanals, Woodstock (1969)");
 if ((month == 7) && (date == 18)) document.write("Janssen entdeckt das Helium bei der Beobachtung einer Sonnenfinsternis (1868)");
 if ((month == 7) && (date == 19)) document.write("Gold rush (1848)");
 if ((month == 7) && (date == 20)) document.write("Messner erreicht Mount Everest im Alleingang und ohne Sauerstoffger&auml;te (1980)");
 if ((month == 7) && (date == 21)) document.write("Rechenmaschine (1888)");
 if ((month == 7) && (date == 22)) document.write("Tag der Fische");
 if ((month == 7) && (date == 23)) document.write("Internationaler Tag zur Erinnerung an den Sklavenhandel und seine Abschaffung");
 if ((month == 7) && (date == 24)) document.write("Erster Spieltag Fu&szlig;ball-Bundesliga (1963)");
 if ((month == 7) && (date == 25)) document.write("Linux (1991)");
 if ((month == 7) && (date == 26)) document.write("Grundstein Frauenkirche (1726)");
 if ((month == 7) && (date == 27)) document.write("Erstbesteigung Zugspitze (1820)");
 if ((month == 7) && (date == 28)) document.write("Goethe (*1749)");
 if ((month == 7) && (date == 29)) document.write("Reitwagen von Daimler (1885)");
 if ((month == 7) && (date == 30)) document.write("Internationaler Tag der Verschwundenen, Gedenktag für die Todesopfer in Abschiebungshaft");
 if ((month == 7) && (date == 31)) document.write("Langspielplatte (1951)");

 // SEPTEMBER
 if ((month == 8) && (day== 1)&& (date > 0) && (date< 8)) document.write("Labor Day (USA), ");
 if ((month == 8) && (day== 6)&& (date > 8) && (date< 16)) document.write("Tag der deutschen Sprache, Internationaler Tag der Ersten Hilfe, ");
 if ((month == 8) && (day== 0)&& (date > 8) && (date< 16)) document.write("Tag des offenen Denkmals, Tag der Heimat, ");
 if ((month == 8) && (day== 2)&& (date > 8) && (date< 16)) document.write("Internationaler Friedenstag, ");
 if ((month == 8) && (day== 5)&& (date > 23) && (date< 30)) document.write("Tag des deutschen Butterbrotes, ");
 if ((month == 8) && (date == 1)) document.write("&Auml;gidiustag; Antikriegstag");
 if ((month == 8) && (date == 2)) document.write("Sedanstag");
 if ((month == 8) && (date == 3)) document.write("Penicilin (Fleming, 1928)"); 
 if ((month == 8) && (date == 4)) document.write("Internationaler Tag der V&ouml;lkerverst&auml;ndigung und Reisekultur, ");
if ((month == 8) && (date == 0) && (date > 14) && (date< 21)) document.write("Tag des Geotops, ");
 if ((month == 8) && (date == 5)) document.write("Deutscher Kopfschmerztag");
 if ((month == 8) && (date == 6)) document.write("Abfra&szlig;tag");
 if ((month == 8) && (date == 7)) document.write("Independence Day (Brazil)");
 if ((month == 8) && (date == 8)) document.write("Weltbildungstag / Weltalphabetisierungstag");
 if ((month == 8) && (date == 9)) document.write("Tag des alkoholgesch&auml;digten Kindes");
 if ((month == 8) && (date == 10)) document.write("Welt-Suizid-Pr&auml;ventionstag");
 if ((month == 8) && (date == 11)) document.write("Gedenktag zu Ehren der Opfer der Terroranschl&auml;ge 2001");
 if ((month == 8) && (date == 13)) document.write("erster Flugk&ouml;rper auf dem Mond (1959)");
 if ((month == 8) && (date == 14)) document.write("Tag der Tropenw&auml;lder; Tag des offenen Denkmals");
 if ((month == 8) && (date == 15)) document.write("Respect for the Aged Day (Japan)");
 if ((month == 8) && (date == 16)) document.write("Tag f&uuml;r den Schutz der Ozonschicht");
 if ((month == 8) && (date == 17)) document.write("Solidarnosc (1980)");
 if ((month == 8) && (date == 18)) document.write("Euler (Mathematiker)");
 if ((month == 8) && (date == 19)) document.write("Sprich-wie-ein-Pirat-Tag; &Ouml;tzi gefunden (1991)");
 if ((month == 8) && (date == 20)) document.write("Weltkindertag; erste Weltumseglung von Magellan (1519)<br>Wanderung Mohameds (Islam, 622)");
 if ((month == 8) && (date == 21)) document.write("Tag der Ersten Hilfe; Welt-Alzheimertag; Weltfriedenstag");
 if ((month == 8) && (date == 22)) document.write("Autofreier Tag europaweit, Tag der Mechatronik, Welttag des Meeres");
 if ((month == 8) && (date == 23)) document.write("Deutscher Lungentag");
 if ((month == 8) && (date == 24)) document.write("Welt-Herztag; Tag der Raumfahrt");
 if ((month == 8) && (date == 25)) document.write("Tag der Zahngesundheit, Ampèrsches Gesetz (1820)");
 if ((month == 8) && (date == 26)) document.write("Europ&auml;ischer Tag der Sprachen");
 if ((month == 8) && (date == 27)) document.write("Welttourismustag");
 if ((month == 8) && (date == 28)) document.write("Welt-Tollwuttag");
 if ((month == 8) && (date == 29)) document.write("Michaelistag, Er&ouml;ffnung CERN Forschungszentrum (1954)");
 if ((month == 8) && (date == 30)) document.write("Tag des &Uuml;bersetzens");

 // OCTOBER
 if ((month == 9) && (day == 0) && (date > 24) && (date< 31)) document.write("Ende der Sommerzeit, ");
 if ((month == 9) && (day == 0) && (date > 0) && (date< 7)) document.write("Erntedankfest, ");
 if ((month == 9) && (day == 0) && (date == 31)) document.write("Ende der Sommerzeit, ");
 if ((month == 9) && (date == 1)) document.write("Internationaler Tag der &auml;lteren Menschen, Internationaler Hepatitis C Tag, Weltmusiktag, Welt-Vegetariertag");
 if ((month == 9) && (date == 2)) document.write("Schutzengelfest");
 if ((month == 9) && (date == 3)) document.write("Tag der Wiedervereinigung (1990), Tag der offenen Moschee, Balloons around the world");
 if ((month == 9) && (date == 4)) document.write("Welttag des Tierschutzes");
 if ((month == 9) && (date == 5)) document.write("Weltlehrertag, Tag der Epilepsie");
 if ((month == 9) && (date == 6)) document.write("German-American Day");
 if ((month == 9) && (date == 7)) document.write("Rosenkranzfest");
 if ((month == 9) && (date == 8)) document.write("Internationaler Tag zur Verhinderung von Naturkatastrophen");
 if ((month == 9) && (date == 9)) document.write("Weltposttag der Vereinten Nationen; Leif Eriksson Tag; Abraham");
 if ((month == 9) && (date == 10)) document.write("Tag gegen die Todesstrafe; Welttag der geistigen Gesundheit; Internationaler Tag der seelischen Gesundheit, Health-Sports Day (Japan)");
 if ((month == 9) && (date == 11)) document.write("Coming Out Day; Deutscher Lungentag");
 if ((month == 9) && (date == 12)) document.write("Welt-Ei-Tag; Welt-Rheumatag; Columbus-Tag");
 if ((month == 9) && (date == 13)) document.write("Welt-Infrastruktur-Tag; Nullmeridian Greenwich (1884)");
 if ((month == 9) && (date == 14)) document.write("Welttag der Standards (ISO); Deutscher Hospiztag; Schallmauer durchbrochen (1947)");
 if ((month == 9) && (date == 15)) document.write("Tag des wei&szlig;en Stockes; Nietzsche (*1844)");
 if ((month == 9) && (date == 16)) document.write("Weltern&auml;hrungstag; Gallustag; G&uuml;nter Grass (*1927)");
 if ((month == 9) && (date == 17)) document.write("Internationaler Tag f&uuml;r die Beseitigung der Armut; erstes kommerzielles Atomkraftwerk (1956");
 if ((month == 9) && (date == 18)) document.write("Lukas-Tag (Evangelist)");
 if ((month == 9) && (date == 19)) document.write("Gl&uuml;hbirne durch Edison (1879)");
 if ((month == 9) && (date == 20)) document.write("Welt-Osteoporosetag");
 if ((month == 9) && (date == 21)) document.write("Trafalgar Day; Alfred Nobel (*1833); Magellanstrasse (1520)");
 if ((month == 9) && (date == 22)) document.write("Welttag des Stotterns");
 if ((month == 9) && (date == 23)) document.write("Johannes- und Jakobus-Tag");
 if ((month == 9) && (date == 24)) document.write("Tag der Vereinten Nationen; Tag der Bibliotheken; Welttag der Information &uuml;ber Entwicklungsfragen");
 if ((month == 9) && (date == 25)) document.write("Picasso (*1881");
 if ((month == 9) && (date == 26)) document.write("Telefon (1861), Rotes Kreuz (1863)");
 if ((month == 9) && (date == 27)) document.write("James Cook (*1728)");
 if ((month == 9) && (date == 28)) document.write("Welt-Poliotag; Bill Gates (*1955)");
 if ((month == 9) && (date == 29)) document.write("Internationaler Internettag; Welt-Psoriasistag");
 if ((month == 9) && (date == 30)) document.write("Ber&uuml;hrungselektrizit&auml;t (1786)");
 if ((month == 9) && (date == 31)) document.write("Reformationstag, Wolfgangstag, Halloween, ");
 if ((month == 9) && (day == 1) && (date > 7) && (date< 16)) document.write("Columbus Day (USA), ");
  if ((month == 9) && (day == 6) && (date == 31)) document.write("<br>Weltspartag");

 // NOVEMBER
 if ((month == 10) && (day == 4) && (date > 17) && (date< 23)) document.write("Bu&szlig;_ und Bettag, ");
 if ((month == 10) && (day == 4) && (date > 14) && (date< 21)) document.write("Tag der Philosophie, ");
 if ((month == 10) && (day == 5) && (date > 7) && (date < 15)) document.write("Tag des Apfels, ");
 if ((month == 10) && (date == 1)) document.write("Allerheiligen; Weltvegantag");
 if ((month == 10) && (date == 2)) document.write("Allerseelen");
 if ((month == 10) && (date == 3)) document.write("Hubertustag; Weltm&auml;nnertag");
 if ((month == 10) && (date == 4)) document.write("Vennbahn (1889)");
 if ((month == 10) && (date == 5)) document.write("Bonfire Night");
 if ((month == 10) && (date == 6)) document.write("Leonhardifest; Internationaler Tag f&uuml;r die Verh&uuml;tung der Ausbeutung der Umwelt in Kriegen und bewaffneten Konflikten");
 if ((month == 10) && (date == 7)) document.write("Batterie (1801); &quot;Leben hei&szlig;t handeln&quot;, Camus (*1913)");
 if ((month == 10) && (date == 8)) document.write("Weltputzfrauentag");
 if ((month == 10) && (date == 9)) document.write("Tag der Erfinder; Gedenktag f&uuml;r den Fall der Mauer 1989");
 if ((month == 10) && (date == 10)) document.write("Weltwissenschaftstag f&uuml;r Frieden und Entwicklung");
 if ((month == 10) && (date == 11)) document.write("Martinstag; Veterans Day, Karnevalsbeginn");
 if ((month == 10) && (date == 12)) document.write("Golden Gate Bridge (1936)");
 if ((month == 10) && (date == 13)) document.write("&Uuml;bertragung elektrischer Wellen (Hertz, 1886), erste Website (1990)");
 if ((month == 10) && (date == 14)) document.write("Weltdiabetestag");
 if ((month == 10) && (date == 15)) document.write("Internationaler Writers-in-Prison-Day");
 if ((month == 10) && (date == 16)) document.write("Internationaler Welttag der Toleranz");
 if ((month == 10) && (date == 17)) document.write("Weltstudententag");
 if ((month == 10) && (date == 18)) document.write("Apfelschu&szlig; (Tell, 1307)");
 if ((month == 10) && (date == 19)) document.write("Welttoilettentag, Welttag der Philosophie");
 if ((month == 10) && (date ==20)) document.write("Weltkindertag; Welttag der Industrialisierung Afrikas");
 if ((month == 10) && (date == 21)) document.write("Welttag des Fernsehens; Alle Menschen sind klug - die einen vorher, die anderen nachher (Voltaire, 1694)");
 if ((month == 10) && (date == 22)) document.write("Tag der Hausmusik");
 if ((month == 10) && (date == 23)) document.write("Ankertag");
 if ((month == 10) && (date == 24)) document.write("Ver&ouml;ffentlichung Evolutionstherorie (Darwin, 1859)");
 if ((month == 10) && (date == 25)) document.write("Internationaler Tag f&uuml;r die Beseitigung von Gewalt gegen Frauen");
 if ((month == 10) && (date == 26)) document.write("Welttag der Zeitschriften");
 if ((month == 10) && (date == 27)) document.write("Aufruf zum Kreuzzug (Papst Urban II, 1095), CARE (1945)");
 if ((month == 10) && (date == 28)) document.write("Royal Society (1660)");
 if ((month == 10) && (date == 29)) document.write("Welttag der Solidarit&auml;t mit dem pal&auml;stinensischen Volk");
 if ((month == 10) && (date == 30)) document.write("Andreastag");

 // DECEMBER
 if ((month == 11) && (date == 1)) document.write("Welt-AIDS-Tag");
 if ((month == 11) && (date == 2)) document.write("Internationaler Tag f&uuml;r die Abschaffung der Sklaverei");
 if ((month == 11) && (date == 3)) document.write("Internationaler Tag der Behinderten");
 if ((month == 11) && (date == 4)) document.write("Barbaratag");
 if ((month == 11) && (date == 5)) document.write("Internationaler Tag des Bodens; Internationaler Tag des Ehrenamtes");
 if ((month == 11) && (date == 6)) document.write("Nikolaustag");
 if ((month == 11) && (date == 7)) document.write("Tag der Internationalen Zivilluftfahrt");
 if ((month == 11) && (date == 9)) document.write("Welt-Anti-Korruptions-Tag");
 if ((month == 11) && (date == 10)) document.write("Tag der &Uuml;berreichung der Nobelpreise; Internationaler Tag der Menschenrechte");
 if ((month == 11) && (date == 11)) document.write("Internationaler Tag der Berge; Tag der UNICEF");
 if ((month == 11) && (date == 12)) document.write("Der Erfolg ist eine Folgeerscheinung, niemals darf er zum Ziel werden (Flaubert, *1821)");
 if ((month == 11) && (date == 13)) document.write("Weltumsegelung (Drake, 1577)");
 if ((month == 11) && (date == 14)) document.write("Bernabeu-Stadion Madrid (1947); Planck's Quantentheorie (1900)");
 if ((month == 11) && (date == 15)) document.write("Esperantobuchtag");
 if ((month == 11) && (date == 16)) document.write("Boston Tea Party (1773), 'Euro' (1995), Alemannia Aachen (1900)");
 if ((month == 11) && (date == 17)) document.write("erster gesteuerter Motorflug (Wright, 1903)");
 if ((month == 11) && (date == 18)) document.write("Internationaler Tag der Migranten");
 if ((month == 11) && (date == 19)) document.write("Wetteraufzeichnungen (Cruquius, NL, 1705)");
 if ((month == 11) && (date == 20)) document.write("erste nukleare Stromerzeugung (1951)");
 if ((month == 11) && (date == 21)) document.write("Julfest, Wintersonnenwende");
 if ((month == 11) && (date == 22)) document.write("Académie des sciences (1666)");
 if ((month == 11) && (date == 23)) document.write("FED (1913)");
 if ((month == 11) && (date == 24)) document.write("Heiligabend");
 if ((month == 11) && (date == 25)) document.write("1. Weihnachtstag");
 if ((month == 11) && (date == 26)) document.write("Stephanstag");
 if ((month == 11) && (date == 27)) document.write("Johannestag");
 if ((month == 11) && (date == 28)) document.write("Tag der unschuldigen Kinder");
 if ((month == 11) && (date == 29)) document.write("Nanotechnologie (Vortrag Feynman, 1959)");
 if ((month == 11) && (date == 30)) document.write("Fest der heiligen Familie");
 if ((month == 11) && (date == 31)) document.write("Silvester");



// MESSEN, EVENTS

 if ((month == 0) && (date > 14) && (date < 22) && (year == 2010)) document.write("<br>Internationale Gr&uuml;ne Woche Berlin");
 if ((month == 0) && (date > 22) && (date < 26) && (year == 2010)) document.write("<br>boot D&uuml;sseldorf");
 if ((month == 1) && (date > 15) && (date < 21) && (year == 2010)) document.write("<br>Solar Energy Berlin");
 if ((month == 1) && (date > 25) && (date < 29) && (year == 2010)) document.write("<br>Euregio Aachen");
 if ((month == 1) && (date > 23) && (date < 29) && (year == 2010)) document.write(", Reise/Camping Essen");
 if ((month == 2) && (date > 0) && (date < 8) && (year == 2010)) document.write(", Euregio Aachen");
 if ((month == 2) && (date > 1) && (date < 8) &&(year == 2010)) document.write("<br>CEBIT Hannover");
 if ((month == 2) && (date > 9) && (date < 15) && (year == 2010)) document.write("<br>ITB Berlin");
 if ((month == 3) && (date > 18) && (date < 24) && (year == 2010)) document.write("<br>Hannover Messe");
 if ((month == 3) && (date > 28) && (date < 32) && (year == 2010)) document.write("<br>Fibo Essen");
 if ((month == 4) && (date > 0) && (date < 3) && (year == 2010)) document.write("<br>Fibo Essen"); 
 if ((month == 5) && (date > 18) && (date < 28) && (year == 2010)) document.write("<br>Kieler Woche");
 if ((month == 7) && (date > 24) && (date < 30) && (year == 2010)) document.write("<br>Games Convention Leipzig");
 if ((month == 7) && (date > 26) && (date < 31) && (year == 2010)) document.write("<br>Caravan Salon D&uuml;sseldorf"); 
 if ((month == 8) && (date > 0) && (date < 6) && (year == 2010)) document.write("<br>Caravan Salon D&uuml;sseldorf"); 
 if ((month == 8) && (date > 17) && (date < 32) && (year == 2010)) document.write("<br>Oktoberfest M&uuml;nchen");
 if ((month == 9) && (date > 0) && (date < 4) && (year == 2010)) document.write("<br>Oktoberfest M&uuml;nchen");
 if ((month == 8) && (date > 17) && (date < 27) && (year == 2010)) document.write("<br>Interboot Friedrichshafen");
 if ((month == 8) && (date > 27) && (date < 31) && (year == 2010)) document.write("<br>Photokina K&ouml;ln");
 if ((month == 9) && (date > 0) && (date < 4) && (year == 2010)) document.write("<br>Photokina K&ouml;ln");
 if ((month == 9) && (date > 5) && (date < 11) && (year == 2010)) document.write("<br>Buchmesse Frankfurt");
 if ((month == 9) && (date > 29) && (date = 31) && (year == 2010)) document.write("<br>Hanseboot Hamburg");
 if ((month == 10) && (date > 0) && (date < 8) && (year == 2010)) document.write("<br>Hanseboot Hamburg");



 document.write(""); 