// ["Recurring", "Month", "Day", "Year", "StartTime", "EndTime", "Name", "Description"] // The Recurring field uses: // "D" = Daily; "W" = Weekly; "M" = Monthly; "Y" = Yearly; "F" = Floating Holiday // One Time only events should leave the Recurring field blank // (ex. "") // Daily events do NOT require that anything be in the Month Day and Year fields // Everything in the Month Day and Year fields will be ignored // Weekly events should have the day of the week field set to 1 - 7 // 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday // "F"loating events uses: // the Month field for the Month. // the Day field as the Cardinal Occurrence // 1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next // the Year field as the Day of the week the event/holiday falls on // 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday // example: "F", "1", "3", "2", = Floating holiday in January on the 3rd Monday of that month. events = new Array( ["Y", "1", "1", "2006", "1:00 AM", "12:00 PM", "New Year's Day", "New Year's Day will be ushered in with great joy and celebration. Happy New Year Everybody!"], ["Y", "1", "1", "2005", "1:00 AM", "12:59 PM", "Vasileios' Anniversary", "The name anniversary of Vasileios for Orthodox is today. Our best wishes to all Vasileious and Vasilikes!"], ["Y", "1", "6", "2005", "1:00 AM", "12:59 PM", "Theofania", "Orthodox anniversary and the name anniversary of Theofanis for Orthodox is today. Our best wishes to all Fotis and Fotines!"], ["Y", "1", "7", "2005", "1:00 AM", "12:59 PM", "Ioannis' Anniversary", "The name anniversary of Ioannis for Orthodox is today. Our best wishes to all Johns and Ioannes!"], ["Y", "1", "11", "2005", "1:00 AM", "12:59 PM", "Theodosios' Anniversary", "The name anniversary of Theodosios for Orthodox is today. Our best wishes to all Theos!"], ["Y", "1", "17", "2005", "1:00 AM", "12:59 PM", "Antonios' Anniversary", "The name anniversary of Antonios for Orthodox is today. Our best wishes to all Antons!"], ["Y", "1", "17", "2005", "1:00 AM", "12:59 PM", "Patras (Greece) Carnival Festival Opening", "The Carnival Festival for the city of Patras starts this day every year and many thousand of people are participating until the end. At the end take place a big carnival parade!"], ["Y", "1", "18", "2005", "1:00 AM", "12:59 PM", "Athanasios' Anniversary", "The name anniversary of Athanasios for Orthodox is today. Our best wishes to all Athanasious!"], ["Y", "1", "20", "2005", "1:00 AM", "12:59 PM", "Euthimios' Anniversary", "The name anniversary of Euthimios for Orthodox is today. Our best wishes to all Euthimis!"], ["Y", "1", "22", "2005", "1:00 AM", "12:59 PM", "Timotheos' Anniversary", "The name anniversary of Timotheos for Orthodox is today. Our best wishes to all Timos!"], ["Y", "1", "25", "2005", "1:00 AM", "12:59 PM", "Gregory's Anniversary", "The name anniversary of Gregory for Orthodox is today. Our best wishes to all Gregs!"], ["Y", "2", "10", "2005", "1:00 AM", "12:59 PM", "Haralambos' Anniversary", "The name anniversary of Haralambos for Orthodox is today. Our best wishes to all Haralambous!"], ["Y", "2", "11", "2005", "1:00 AM", "12:59 PM", "Vlassios' Anniversary", "The name anniversary of Vlassios for Orthodox is today. Our best wishes to all Vlassious!"], ["F", "3", "0", "0", "1:00 AM", "12:59 PM", "Easter", "Traditional Catholic celebration of the resurrection of Jesus Christ."], ["Y", "3", "1", "2005", "1:00 AM", "12:59 PM", "Eudokias' Anniversary", "The name anniversary of Eudokia for Orthodox is today. Our best wishes to all Eudokies!"], ["Y", "3", "11", "2005", "1:00 AM", "12:59 PM", "Theodoros' Anniversary", "The name anniversary of Theodoros for Orthodox is today. Our best wishes to all Theos!"], ["Y", "3", "22", "2005", "1:00 AM", "12:59 PM", "World Water Day", "A day to promote appreciation of the world's most valuable commodity - WATER."], ["Y", "3", "25", "2005", "1:00 AM", "12:59 PM", "National Anniversary for Greece", "The Greek National Anniversary for the 1821 Revolution against the conqueror is today."], ["Y", "3", "25", "2005", "1:00 AM", "12:59 PM", "Evangelismos' Anniversary", "The name anniversary of Evangelos - Evangelia for Orthodox is today. Our best wishes to all Evangelous and Vangelitses!"], ["Y", "4", "1", "2005", "1:00 AM", "12:59 PM", "April Fool's Day", "A day to play tricks on or 'fool' family, friends, and coworkers, if so inclined."], ["", "4", "4", "2010", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "8", "2007", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["Y", "4", "10", "2005", "1:00 AM", "12:59 PM", "Dimosthenis' Anniversary", "The name anniversary of Dimosthenis for Orthodox is today. Our best wishes to all Dimous!"], ["", "4", "12", "2015", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "15", "2012", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "19", "2009", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "20", "2014", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "23", "2006", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "24", "2011", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "4", "27", "2008", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["F", "5", "2", "1", "1:00 AM", "12:59 PM", "Mother's Day", "Honors all Mothers and motherhood."], ["", "5", "1", "2016", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["", "5", "5", "2013", "1:00 AM", "12:59 PM", "Orthodox Easter", "Traditional Orthodox celebration of the resurrection of Jesus Christ."], ["Y", "5", "5", "2005", "1:00 AM", "12:59 PM", "Eirini's Anniversary", "The name anniversary of Eirini for Orthodox is today. Our best wishes to all Rines!"], ["Y", "5", "21", "2005", "1:00 AM", "12:59 PM", "Constantinos' and Eleni's Anniversary", "The name anniversary of Constantinos - Eleni for Orthodox is today. Our best wishes to all Constantins and Elenes!"], ["F", "6", "3", "1", "1:00 AM", "12:59 PM", "Father's Day", "Honors all Fathers and fatherhood."], ["Y", "6", "12", "2005", "1:00 AM", "12:59 PM", "Holy Spirit's Anniversary", "Orthodox anniversary."], ["Y", "6", "29", "2005", "1:00 AM", "12:59 PM", "Petros' and Paul's Anniversary", "The name anniversary of Petros - Paul for Orthodox is today. Our best wishes to all Petros and Pauls!"], ["Y", "6", "30", "2005", "1:00 AM", "12:59 PM", "Apostolos' Anniversary", "The name anniversary of Apostolos for Orthodox is today. Our best wishes to all Apostolous!"], ["Y", "7", "1", "2005", "1:00 AM", "12:59 PM", "Kosmas' - Argirios' Anniversary", "The name anniversary of Kosmas - Argirios for Orthodox is today. Our best wishes to all Kosmas and Argiris!"], ["Y", "7", "8", "2005", "1:00 AM", "12:59 PM", "Theofilos' Anniversary", "The name anniversary of Theofilos for Orthodox is today. Our best wishes to all Theos!"], ["Y", "7", "17", "2005", "1:00 AM", "12:59 PM", "Marina's Anniversary", "The name anniversary of Marina for Orthodox is today. Our best wishes to all Marines!"], ["Y", "7", "20", "2005", "1:00 AM", "12:59 PM", "Ilias' Anniversary", "The name anniversary of Ilias for Orthodox is today. Our best wishes to all Ilias!"], ["Y", "7", "26", "2005", "1:00 AM", "12:59 PM", "Paraskeui's Anniversary", "The name anniversary of Paraskeui for Orthodox is today. Our best wishes to all Paraskeuis!"], ["Y", "8", "6", "2005", "1:00 AM", "12:59 PM", "Sotiris' Anniversary", "The name anniversary of Sotiris for Orthodox is today. Our best wishes to all Sotiris!"], ["Y", "8", "15", "2005", "1:00 AM", "12:59 PM", "Holy Mary's Dormition Anniversary", "The name anniversary of Maria - Panaghiotis - Despina for Orthodox is today. Our best wishes to all of you that you have these names!"], ["Y", "8", "30", "2005", "1:00 AM", "12:59 PM", "Alexandros' Anniversary", "The name anniversary of Alexandros for Orthodox is today. Our best wishes to all Alex!"], ["Y", "9", "14", "2005", "1:00 AM", "12:59 PM", "Stavros' Anniversary", "The name anniversary of Stavros for Orthodox is today. Our best wishes to all Stavros and Stavroules!"], ["Y", "9", "17", "2005", "1:00 AM", "12:59 PM", "Sofia's Anniversary", "The name anniversary of Sofia for Orthodox is today. Our best wishes to all Sofias!"], ["Y", "9", "20", "2005", "1:00 AM", "12:59 PM", "Eustathios' Anniversary", "The name anniversary of Eustathios for Orthodox is today. Our best wishes to all Stathis!"], ["Y", "9", "29", "2005", "1:00 AM", "12:59 PM", "Kiriakos' Anniversary", "The name anniversary of Kiriakos for Orthodox is today. Our best wishes to all Kiriakos!"], ["F", "10", "2", "2", "1:00 AM", "12:59 PM", "Columbus' Day", "Honors the traditional discovery of the Americas by Christopher Columbus."], ["Y", "10", "26", "2005", "1:00 AM", "12:59 PM", "Dimitrios' Anniversary", "The name anniversary of Dimitrios for Orthodox is today. Our best wishes to all Dims!"], ["Y", "10", "28", "2005", "1:00 AM", "12:59 PM", "National Anniversary for Greece", "The National Anniversary for the start of World War 2 for Greece."], ["Y", "11", "1", "2005", "1:00 AM", "12:59 PM", "Kosmas' Anniversary", "The name anniversary of Kosmas for Orthodox is today. Our best wishes to all Kosmas!"], ["Y", "11", "8", "2005", "1:00 AM", "12:59 PM", "Angelos' - Gavriil's - Michail's Anniversary", "The name anniversary of Angelos - Gavriil - Michail for Orthodox is today. Our best wishes to all of you that you have these names!"], ["Y", "11", "9", "2005", "1:00 AM", "12:59 PM", "Nektarios' Anniversary", "The name anniversary of Nektarios for Orthodox is today. Our best wishes to all Nektarios!"], ["Y", "11", "11", "2005", "1:00 AM", "12:59 PM", "Minas' Anniversary", "The name anniversary of Minas for Orthodox is today. Our best wishes to all Minas!"], ["Y", "11", "14", "2005", "1:00 AM", "12:59 PM", "Filipos' Anniversary", "The name anniversary of Filipos for Orthodox is today. Our best wishes to all Filipos!"], ["Y", "11", "25", "2005", "1:00 AM", "12:59 PM", "Katerina's Anniversary", "The name anniversary of Katerina for Orthodox is today. Our best wishes to all Katerinas!"], ["Y", "11", "30", "2005", "1:00 AM", "12:59 PM", "Andreas' Anniversary", "The name anniversary of Andreas for Orthodox is today. Our best wishes to all Andreas and Andrianes!"], ["Y", "12", "4", "2005", "1:00 AM", "12:59 PM", "Barbara's Anniversary", "The name anniversary of Barbara for Orthodox is today. Our best wishes to all Barbaras!"], ["Y", "12", "5", "2005", "1:00 AM", "12:59 PM", "Savas' Anniversary", "The name anniversary of Savas for Orthodox is today. Our best wishes to all Savas!"], ["Y", "12", "6", "2005", "1:00 AM", "12:59 PM", "Nikolaos' Anniversary", "The name anniversary of Nikolaos for Orthodox is today. Our best wishes to all Nicks!"], ["Y", "12", "9", "2005", "1:00 AM", "12:59 PM", "Anna's Anniversary", "The name anniversary of Anna for Orthodox is today. Our best wishes to all Annas!"], ["", "12", "11", "2006", "8:00 AM", "8:00 PM", "International Conference", "The International Atomic Energy Agency (IAEA) in collaboration with the Greek Government, the Greek Ministry of Foreign Affairs and the Greek Atomic Energy Commission (GAEC) organize in Greece the: International Conference on Lessons Learned from Decommissioning of Nuclear Facilities and the Safe Termination of Nuclear Activities. The conference will be held in Athens at Athens Hilton. INFO: http://143.233.238.6/en/press/conf_decommissioning.html?ConfID=143 (Greek Atomic Energy Commission (EN)) or http://143.233.238.6/el/press/ekdiloseis/conference_decomm.html (Greek Atomic Energy Commission (EL))."], ["", "12", "12", "2006", "8:00 AM", "8:00 PM", "International Conference", "The International Atomic Energy Agency (IAEA) in collaboration with the Greek Government, the Greek Ministry of Foreign Affairs and the Greek Atomic Energy Commission (GAEC) organize in Greece the: International Conference on Lessons Learned from Decommissioning of Nuclear Facilities and the Safe Termination of Nuclear Activities. The conference will be held in Athens at Athens Hilton. INFO: http://143.233.238.6/en/press/conf_decommissioning.html?ConfID=143 (Greek Atomic Energy Commission (EN)) or http://143.233.238.6/el/press/ekdiloseis/conference_decomm.html (Greek Atomic Energy Commission (EL))."], ["Y", "12", "12", "2005", "1:00 AM", "12:59 PM", "Spiridon's Anniversary", "The name anniversary of Spiridon for Orthodox is today. Our best wishes to all Spiridons!"], ["", "12", "13", "2006", "8:00 AM", "8:00 PM", "International Conference", "The International Atomic Energy Agency (IAEA) in collaboration with the Greek Government, the Greek Ministry of Foreign Affairs and the Greek Atomic Energy Commission (GAEC) organize in Greece the: International Conference on Lessons Learned from Decommissioning of Nuclear Facilities and the Safe Termination of Nuclear Activities. The conference will be held in Athens at Athens Hilton. INFO: http://143.233.238.6/en/press/conf_decommissioning.html?ConfID=143 (Greek Atomic Energy Commission (EN)) or http://143.233.238.6/el/press/ekdiloseis/conference_decomm.html (Greek Atomic Energy Commission (EL))."], ["Y", "12", "13", "2005", "1:00 AM", "12:59 PM", "Efstratios' Anniversary", "The name anniversary of Efstratios for Orthodox is today. Our best wishes to all Efstratios!"], ["", "12", "14", "2006", "8:00 AM", "8:00 PM", "International Conference", "The International Atomic Energy Agency (IAEA) in collaboration with the Greek Government, the Greek Ministry of Foreign Affairs and the Greek Atomic Energy Commission (GAEC) organize in Greece the: International Conference on Lessons Learned from Decommissioning of Nuclear Facilities and the Safe Termination of Nuclear Activities. The conference will be held in Athens at Athens Hilton. INFO: http://143.233.238.6/en/press/conf_decommissioning.html?ConfID=143 (Greek Atomic Energy Commission (EN)) or http://143.233.238.6/el/press/ekdiloseis/conference_decomm.html (Greek Atomic Energy Commission (EL))."], ["", "12", "15", "2006", "8:00 AM", "8:00 PM", "International Conference", "The International Atomic Energy Agency (IAEA) in collaboration with the Greek Government, the Greek Ministry of Foreign Affairs and the Greek Atomic Energy Commission (GAEC) organize in Greece the: International Conference on Lessons Learned from Decommissioning of Nuclear Facilities and the Safe Termination of Nuclear Activities. The conference will be held in Athens at Athens Hilton. INFO: http://143.233.238.6/en/press/conf_decommissioning.html?ConfID=143 (Greek Atomic Energy Commission (EN)) or http://143.233.238.6/el/press/ekdiloseis/conference_decomm.html (Greek Atomic Energy Commission (EL))."], ["Y", "12", "15", "2005", "1:00 AM", "12:59 PM", "Eleftherios' Anniversary", "The name anniversary of Eleftherios for Orthodox is today. Our best wishes to all Eleftherios!"], ["Y", "12", "17", "2005", "1:00 AM", "12:59 PM", "Dionisios' Anniversary", "The name anniversary of Dionisios for Orthodox is today. Our best wishes to all Dions!"], ["Y", "12", "24", "2005", "1:00 AM", "12:59 PM", "Eugenios' Anniversary", "The name anniversary of Eugenios for Orthodox is today. Our best wishes to all Eugenious!"], ["Y", "12", "25", "2005", "1:00 AM", "12:59 PM", "Christmas", "Celebration of the traditional day of Jesus' birth. Merry Christmas Everybody!"], ["Y", "12", "25", "2005", "1:00 AM", "12:59 PM", "Christos' Anniversary", "The name anniversary of Chris for Orthodox is today. Our best wishes to all Chris!"], ["Y", "12", "26", "2005", "1:00 AM", "12:59 PM", "Emmanouil' Anniversary", "The name anniversary of Emanouil for Orthodox is today. Our best wishes to all Manos!"], ["Y", "12", "27", "2005", "1:00 AM", "12:59 PM", "Stefanos' Anniversary", "The name anniversary of Stefanos for Orthodox is today. Our best wishes to all Stefs!"] )