// Custom Calendar designed by Edge Media Design Studios
 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("<div style=\"background-color : #ffffff; color : #660000; font-family : verdana, arial; font-weight : bold; font-size : 75%;\">");
 // document.write(dayname[day] + ", ");
 // document.write(monthname[month] + " ");
 // if (date< 10) document.write("0" + date + ", ");
 //        else document.write(date + ", ");
 // document.write(year + "<!-- <b><font color=660000></b> -->");
 document.write("<!-- <b><font color=660000></b> -->");

// January
 // January
 if ((month == 0) && (date == 1)) document.write("Feast of the Circumcision of Our Lord; Feastday of St. Basil the Great (Archbishop)");
 if ((month == 0) && (date == 2)) document.write("Feastday of St. Sylvester (Pope)");
 if ((month == 0) && (date == 3)) document.write("Feastday of St. Malachy (Prophet)");
 if ((month == 0) && (date == 4)) document.write("Synaxis of the 70 Apostles");
 if ((month == 0) && (date == 5)) document.write("Feastday of Ss. Theopemptus & Theonas (Martyrs); Syncletica (Venerable); St. Michaes (Prophet)");
 if ((month == 0) && (date == 6)) document.write("Theophany of Our Lord");
 if ((month == 0) && (date == 7)) document.write("Synaxis of St. John the Baptist");
 if ((month == 0) && (date == 8)) document.write("Feastday of Ss. George, Dominica & Emilian (Venerables)");
 if ((month == 0) && (date == 9)) document.write("Feastday of St. Polyeuct (Martyr)");
 if ((month == 0) && (date == 10)) document.write("Feastday of St. Gregory of Nyssa (Bishop)");
 if ((month == 0) && (date == 11)) document.write("Feastday of St. Theodosius (Venerable)");
 if ((month == 0) && (date == 12)) document.write("Feastday of St. Tatiana (Martyr)");
 if ((month == 0) && (date == 13)) document.write("Feastday of Hermolaus & Stratonicus (Martyrs)");
 if ((month == 0) && (date == 14)) document.write("Feastday of Venerable Fathers of Sinai and Raitho");
 if ((month == 0) && (date == 15)) document.write("Feastday of Ss. Paul & John (Venerables)");
 if ((month == 0) && (date == 16)) document.write("Veneration of the Chains of Peter");
 if ((month == 0) && (date == 17)) document.write("Feastday of St. Anthony the Great (Venerable)");
 if ((month == 0) && (date == 18)) document.write("Feastday of Ss. Anthanasius & Cyril (Archbishops)");
 if ((month == 0) && (date == 19)) document.write("Feastday of St. Macarius (Venerable)");
 if ((month == 0) && (date == 20)) document.write("Feastday of St. Euthymius the Great (Venerable)");
 if ((month == 0) && (date == 21)) document.write("Feastday of St. Maximus the Confessor (Venerable)");
 if ((month == 0) && (date == 22)) document.write("Feastday of Ss. Timothy (Apostle) & Anastasius (Martyr)");
 if ((month == 0) && (date == 23)) document.write("Feastday of St. Clement of Ancyra (Martry)");
 if ((month == 0) && (date == 24)) document.write("Feastday of St. Xenia (Venerable)");
 if ((month == 0) && (date == 25)) document.write("Feastday of St. Gregory the Theologian (Bishop)");
 if ((month == 0) && (date == 26)) document.write("Feastday of Xenophon & Mary (Venerables)");
 if ((month == 0) && (date == 27)) document.write("Translation of the Relics of St. John Chrysostom");
 if ((month == 0) && (date == 28)) document.write("Feastday of St. Ephrem the Syrian (Venerable)");
 if ((month == 0) && (date == 29)) document.write("Translation of the Relics of Ignatius (Martyr)");
 if ((month == 0) && (date == 30)) document.write("Feast of the Three Holy Hierarchs; Feastday of St. Hippolytus (Pope)");
 if ((month == 0) && (date == 31)) document.write("Feastday of Ss. Cyrus & John (Unmercenaries)");

 
 // February
 if ((month == 1) && (date == 1)) document.write("Feastday of St. Tryphon (Martyr)");
 if ((month == 1) && (date == 2)) document.write("Feast of the Encounter of Our Lord with Simeon and Anna");
 if ((month == 1) && (date == 3)) document.write("Synaxis of the Holy Prophets Simeon & Anna");
 if ((month == 1) && (date == 4)) document.write("Feastday of St. Isidore (Venerable)");
 if ((month == 1) && (date == 5)) document.write("Feastday of St. Agatha (Martyr)");
 if ((month == 1) && (date == 6)) document.write("Feastday of St. Bucolus (Bishop)");
 if ((month == 1) && (date == 7)) document.write("Feastday of St. Parthenius (Bishop)");
 if ((month == 1) && (date == 8)) document.write("Feastday of St. Theodore (Great-Martyr)");
 if ((month == 1) && (date == 9)) document.write("Feastday of St. Nicephorus (Martyr)");
 if ((month == 1) && (date == 10)) document.write("St. Charalampias (Martyr)");
 if ((month == 1) && (date == 11)) document.write("Feastday of St. Blase (Bishop-Martyr)");
 if ((month == 1) && (date == 12)) document.write("Feastday of St. Meletius (Archbishop)");
 if ((month == 1) && (date == 13)) document.write("Commemoration of the Death of St. Cyril, Apostle to the Slavs; Feastday of St. Martinian (Venerable)");
 if ((month == 1) && (date == 14)) document.write("St. Auxentius of Bithynia (Venerable)");
 if ((month == 1) && (date == 15)) document.write("Feastday of St. Onesimus (Apostle)");
 if ((month == 1) && (date == 16)) document.write("Feastday of St. Pamphilius & Others (Martyrs)");
 if ((month == 1) && (date == 17)) document.write("Feastday of St. Theodore the Recruit (Great-Martyr)");
 if ((month == 1) && (date == 18)) document.write("Feastday of Leo the Great (Pope)");
 if ((month == 1) && (date == 19)) document.write("Feastday of St. Archippus (Apostle)");
 if ((month == 1) && (date == 20)) document.write("Feastday of St. Leo of Catania (Bishop)");
 if ((month == 1) && (date == 21)) document.write("All Holy Ascetical Fathers & Mothers; Feastday of St. Timothy (Venerable)");
 if ((month == 1) && (date == 22)) document.write("Commemoration of the Finding of the Relics of Saints Martyrs at Eugenia");
 if ((month == 1) && (date == 23)) document.write("Feastday of St. Polycarp (Bishop-Martyr)");
 if ((month == 1) && (date == 24)) document.write("Feastday of St. Erasmus (Venerable)");
 if ((month == 1) && (date == 25)) document.write("Feastday of St. Tarasius (Patriarch)");
 if ((month == 1) && (date == 26)) document.write("Feastday of St. Porphry of Gaza (Bishop)");
 if ((month == 1) && (date == 27)) document.write("Feastday of St. Raphael of Brooklyn");
 if ((month == 1) && (date == 28)) document.write("Feastday of St. John Cassian (Venerable)");

 
 // March
 if ((month == 2) && (date == 1)) document.write("Feastday of St. Eudoxia (Venerable-Martyr)");
 if ((month == 2) && (date == 2)) document.write("Feastday of St. Theodotus (Bishop-Martyr)");
 if ((month == 2) && (date == 3)) document.write("Feastday of Eutropius and Others (Martyrs)");
 if ((month == 2) && (date == 4)) document.write("Feastday of St. Gerasimus (Venerable)");
 if ((month == 2) && (date == 5)) document.write("Feastday of St. Conon (Martyr)");
 if ((month == 2) && (date == 6)) document.write("Feastday of Saints 42 Martyrs of Ammorium");
 if ((month == 2) && (date == 7)) document.write("Feastday of St. Basil (Bishop) & Others (Martyrs of Cherson)");
 if ((month == 2) && (date == 8)) document.write("Feastday of St. Theophylactus of Nicomedia (Bishop)");
 if ((month == 2) && (date == 9)) document.write("Feastday of Saints 40 Martyrs of Sebaste");
 if ((month == 2) && (date == 10)) document.write("Feastday of St. Codratus and Others (Martyrs)");
 if ((month == 2) && (date == 11)) document.write("Feastday of St. Sophronius (Patriarch of Jerusalem)");
 if ((month == 2) && (date == 12)) document.write("Feastday of St Gregory Dialogus (Pope of Rome)");
 if ((month == 2) && (date == 13)) document.write("Translation of the Relics of Nicephorus (Patriarch)");
 if ((month == 2) && (date == 14)) document.write("Feastday of St. Benedict (Venerable)");
 if ((month == 2) && (date == 15)) document.write("Feastday of St. Agapius at Caesarea (Martyr)");
 if ((month == 2) && (date == 16)) document.write("Feastday of Ss. Sabinus & Papas (Martyrs)");
 if ((month == 2) && (date == 17)) document.write("Feastday of St. Alexis, Man of God (Venerable)");
 if ((month == 2) && (date == 18)) document.write("Feastday of St. Cyril of Jerusalem (Archbishop)");
 if ((month == 2) && (date == 19)) document.write("Feastday of Ss. Chrysanthus & Daria (Martyrs)");
 if ((month == 2) && (date == 20)) document.write("Feastday of the Venerable Fathers of the St. Sabbas Monastery");
 if ((month == 2) && (date == 21)) document.write("Feastday of St. James of Catania (Bishop-Confessor)");
 if ((month == 2) && (date == 22)) document.write("Feastday of St. Basil of Ancyra (Martyr)");
 if ((month == 2) && (date == 23)) document.write("Feastday of Ss. Nicon & Others (Venerable-Martyrs)");
 if ((month == 2) && (date == 24)) document.write("Forefeast of the Annunciation");
 if ((month == 2) && (date == 25)) document.write("Annunciation of the Theotokos");
 if ((month == 2) && (date == 26)) document.write("Synaxis of the Archangel Gabriel");
 if ((month == 2) && (date == 27)) document.write("Feastday of St. Matrona (Venerable)");
 if ((month == 2) && (date == 28)) document.write("Feastday of St. Hilarion the New the Abbot of Pelecete (Venerable)");
 if ((month == 2) && (date == 29)) document.write("Feastday of Bp. Mark of Arethusa");
 if ((month == 2) && (date == 30)) document.write("Feastday of St. John Climacus the Righteous");
 if ((month == 2) && (date == 31)) document.write("Feastday of St. Hypatios the Wonderworker");
 
 // April
 if ((month == 3) && (date == 1)) document.write("Feastday of St. Mary of Egypt");
 if ((month == 3) && (date == 2)) document.write("Feastday of St. Titus the Wonderworker");
 if ((month == 3) && (date == 3)) document.write("Feastday of St. Nikitas the Confessor");
 if ((month == 3) && (date == 4)) document.write("Feastday of St. George the Righteous of Maleon");
 if ((month == 3) && (date == 5)) document.write("Feastday of St. Theodora the Righteous of Thessaloniki");
 if ((month == 3) && (date == 6)) document.write("Feastday of St. St Eutychius of Constantinople (Patriarch)");
 if ((month == 3) && (date == 7)) document.write("Feastday of St Tikhon the Patriarch of Moscow, and Enlightener of North America");
 if ((month == 3) && (date == 8)) document.write("Feastday of St. Herodion of the Seventy (Apostle)");
 if ((month == 3) && (date == 9)) document.write("Feastday of St. Eupsychius of Caesarea (Martyr)");
 if ((month == 3) && (date == 10)) document.write("Feastday of St. Terence and 40 others beheaded at Carthage (Martyrs)");
 if ((month == 3) && (date == 11)) document.write("Feastday of St. Antipas the Bishop of Pergamum and Disciple of St John the Theologian (Hieromartyr)");
 if ((month == 3) && (date == 12)) document.write("Feastday of St. Basil of Parium (Bishop-Confessor)");
 if ((month == 3) && (date == 13)) document.write("Feastday of St. Artemon the Presbyter of Laodicea in Syria (Hieromartyr)");
 if ((month == 3) && (date == 14)) document.write("Feastday of St. Martin the Confessor (Pope)");
 if ((month == 3) && (date == 15)) document.write("Feastday of St. Aristarchus (Apostle)");
 if ((month == 3) && (date == 16)) document.write("Feastday of Virginmartyr Agape in Thessalonica");
 if ((month == 3) && (date == 17)) document.write("Feastday of Hieromartyr Simeon of Persia");
 if ((month == 3) && (date == 18)) document.write("Feastday of the Holy Father John the Righteous, disciple of St. Gregory of Decapolis");
 if ((month == 3) && (date == 19)) document.write("Feastday of St. John of the Ancient Caves in Palestine (Venerable)");
 if ((month == 3) && (date == 20)) document.write("Feastday of St. Theodore the Hairshirt Wearer (Venerable)");
 if ((month == 3) && (date == 21)) document.write("Feastday of St. Januarius (Bishop) & Others (Martyrs) ");
 if ((month == 3) && (date == 22)) document.write("Feastday of St. Theodore Sykiot (Venerable)");
 if ((month == 3) && (date == 23)) document.write("Feastday of St. George (Great-Martyr)");
 if ((month == 3) && (date == 24)) document.write("Feastday of St. Sabbas (Martyr)");
 if ((month == 3) && (date == 25)) document.write("Feastday of St. Mark (Apostle-Evangelist)");
 if ((month == 3) && (date == 26)) document.write("Feastday of Hieromartyr Basil of Amasea (Bishop)");
 if ((month == 3) && (date == 27)) document.write("Feastday of St. Simeon (Bishop-Martyr)");
 if ((month == 3) && (date == 28)) document.write("Feastday of Sts. Jason & Sosipater (Apostles)");
 if ((month == 3) && (date == 29)) document.write("Feastday of Ss. Nine Holy Martyrs of Cyzice");
 if ((month == 3) && (date == 30)) document.write("Feastday of St. James the Greater Apostle");
 
 // May
 if ((month == 4) && (date == 1)) document.write("Feastday of Jeremiah (Prophet)");
 if ((month == 4) && (date == 2)) document.write("Feastday of St. Athanasius the Great (Patriarch)");
 if ((month == 4) && (date == 3)) document.write("Commemoration of the Passing of Theodosius of the Cave (Venerable)");
 if ((month == 4) && (date == 4)) document.write("Feastday of St. Pelagia (Martyr)");
 if ((month == 4) && (date == 5)) document.write("Feastday of St. Irene (Great-Martyr)");
 if ((month == 4) && (date == 6)) document.write("Feastday of St. Job (Venerable)");
 if ((month == 4) && (date == 7)) document.write("Appearance of the Sign of the Cross");
 if ((month == 4) && (date == 8)) document.write("Feastday of St. John the Theologian (Apostle and Evangelist)");
 if ((month == 4) && (date == 9)) document.write("Translation of the Venerable Relics of Nicholas of Myra (Archbishop); Feastday of Isaiah (Prophet)& St. Christopher (Martyr)");
 if ((month == 4) && (date == 10)) document.write("Feastday of St. Simon the Zealot (Apostle)");
 if ((month == 4) && (date == 11)) document.write("Feastday of Sts Cyril and Methodius (Apostles to the Slavs)");
 if ((month == 4) && (date == 12)) document.write("Feastday of Epiphanius &amp; Germanus (Bishops)");
 if ((month == 4) && (date == 13)) document.write("Feastday of St. Glyceria (Martyr);");
 if ((month == 4) && (date == 14)) document.write("Feastday of St. Isidore (Martyr)");
 if ((month == 4) && (date == 15)) document.write("Feastday of St. Pachomius the Great (Venerable)");
 if ((month == 4) && (date == 16)) document.write("Feastday of St. Theodore (Venerable)");
 if ((month == 4) && (date == 17)) document.write("Feastday of St. Andronicus (Apostle) & Others; St. Junia");
 if ((month == 4) && (date == 18)) document.write("Feastday of Sts. Theodotus &amp; Others (Martyrs)");
 if ((month == 4) && (date == 19)) document.write("Feastday of St. Patrick (Bishop-Martyr)");
 if ((month == 4) && (date == 20)) document.write("Feastday of St. Thelaleus & Others (Martyrs)");
 if ((month == 4) && (date == 21)) document.write("Feastday of Sts. Constantine & Helen (Equals to the Apostles)");
 if ((month == 4) && (date == 22)) document.write("Feastday of the Holy Fathers of the Second Ecumenical Council");
 if ((month == 4) && (date == 23)) document.write("Feastday of St. Michael the Confessor the Bishop of Synnada");
 if ((month == 4) && (date == 24)) document.write("Feastday of St. Simeon Stylites the Younger of Wonderful Mountain  (Venerable)");
 if ((month == 4) && (date == 25)) document.write("Commemoration of 3rd Finding of the Head of St. John the Baptist");
 if ((month == 4) && (date == 26)) document.write("Feastday of St. Carpus (Apostle)");
 if ((month == 4) && (date == 27)) document.write("Feastday of St. Therapont (Bishop-Martyr)");
 if ((month == 4) && (date == 28)) document.write("Feastday of St. Nicetas (Bishop)");
 if ((month == 4) && (date == 29)) document.write("Feastday of St. Theodosia (Venerable-Martyr)");
 if ((month == 4) && (date == 30)) document.write("Feastday of St. Isaac (Venerable)");
 if ((month == 4) && (date == 31)) document.write("Feastday of Sts. Hermas (Apostle) & Hermeas (Martyr)"); 

 
 // June
 if ((month == 5) && (date == 1)) document.write("Feastday of St. Justin the Philosopher (Martyr) and those with him at Rome");
 if ((month == 5) && (date == 2)) document.write("Feastday of St. Nicephor (Patriarch)");
 if ((month == 5) && (date == 3)) document.write("Feastday of St. Lucillian & Others (Martyrs)");
 if ((month == 5) && (date == 4)) document.write("Feastday of St. Metrophanes (Patriarch)");
 if ((month == 5) && (date == 5)) document.write("Feastday of St. Dorotheus (Bishop-Martyr)");
 if ((month == 5) && (date == 6)) document.write("Feastday of Ss. Bessarion & Hilary (Venerables)");
 if ((month == 5) && (date == 7)) document.write("Feastday of St. Theodotus (Bishop-Martyr)");
 if ((month == 5) && (date == 8)) document.write("Translation of the Relics of the Great-Martyr Theodore; Ephrem (Patriarch)");
 if ((month == 5) && (date == 9)) document.write("Feastday of St. Cyril of Alexandria (Archbishop)");
 if ((month == 5) && (date == 10)) document.write("Feastday of St. Timothy (Bishop-Martyr)");
 if ((month == 5) && (date == 11)) document.write("Feastday of Sts. Bartholomew & Barnabas (Apostles)");
 if ((month == 5) && (date == 12)) document.write("Feastday of Sts. Onuphrius and Peter (Venerables)");
 if ((month == 5) && (date == 13)) document.write("Feastday of St. Aquilina (Martyr)");
 if ((month == 5) && (date == 14)) document.write("Feastday of Elisha (Prophet)");
 if ((month == 5) && (date == 15)) document.write("Feastday of Amos (Prophet)");
 if ((month == 5) && (date == 16)) document.write("Feastday of St. Tychon the Wonderworker (Bishop)");
 if ((month == 5) && (date == 17)) document.write("Feastday of Sts. Manuel, Sabel & Ismael (Martyrs)");
 if ((month == 5) && (date == 18)) document.write("Feastday of St. Leontius (Martyr)");
 if ((month == 5) && (date == 19)) document.write("Feastday of St. Jude (Apostle)");
 if ((month == 5) && (date == 20)) document.write("Feastday of St. Methodius (Bishop-Martyr)");
 if ((month == 5) && (date == 21)) document.write("Feastday of St. Julian (Martyr)");
 if ((month == 5) && (date == 22)) document.write("Feastday of St. Eusebius (Bishop-Martyr)");
 if ((month == 5) && (date == 23)) document.write("Feastday of St. Agrippina (Martyr)");
 if ((month == 5) && (date == 24)) document.write("Commemoration of the Birth of John the Baptist");
 if ((month == 5) && (date == 25)) document.write("Feastday of St. Febronia (Venerable-Martyr)");
 if ((month == 5) && (date == 26)) document.write("Feastday of St. David of Thessalonica (Venerable)");
 if ((month == 5) && (date == 27)) document.write("Feastday of St. Sampson (Venerable)");
 if ((month == 5) && (date == 28)) document.write("Translation of the Relics of Srs. Cyrus & John (Unmercenaries)");
 if ((month == 5) && (date == 29)) document.write("Feastday of Sts. Peter & Paul - Prime Apostles");
 if ((month == 5) && (date == 30)) document.write("Synaxis of the Twelve Apostles");

 // July
 if ((month == 6) && (date == 1)) document.write("Feastday of Sts. Cosmas & Damian (Unmercenaries)");
 if ((month == 6) && (date == 2)) document.write("Commemoration of the Deposition of the Robe of the Mother of God");
 if ((month == 6) && (date == 3)) document.write("Feastday of St. Hyacinth (Martyr)");
 if ((month == 6) && (date == 4)) document.write("Feastday of St. Andrew of Jerusalem (Archbishop)/Independence Day");
 if ((month == 6) && (date == 5)) document.write("Feastday of St. Athanasius of Mt. Athos (Venerable)");
 if ((month == 6) && (date == 6)) document.write("Feastday of St. Sisoes the Great (Venerable)");
 if ((month == 6) && (date == 7)) document.write("Feastday of Sts. Thomas & Acacius (Venerables)");
 if ((month == 6) && (date == 8)) document.write("Feastday of St. Procopius (Great-Martyr)");
 if ((month == 6) && (date == 9)) document.write("Feastday of St. Pancratius (Bishop-Martyr)");
 if ((month == 6) && (date == 10)) document.write("Feastday of St. Anthony of the Caves (Venerable)");
 if ((month == 6) && (date == 11)) document.write("Feastday of St. Euphemia (Martyr)");
 if ((month == 6) && (date == 12)) document.write("Feastday of Sts. Proclus & Hilarion (Martyrs)");
 if ((month == 6) && (date == 13)) document.write("Synaxis of the Archangel Gabriel");
 if ((month == 6) && (date == 14)) document.write("Feastday of St. Aquila (Apostle)");
 if ((month == 6) && (date == 15)) document.write("Feastday of St. Vladimir the Great - Equal to the Apostles");
 if ((month == 6) && (date == 16)) document.write("Feastday of St. Athenogenes (Bishop-Martyr)");
 if ((month == 6) && (date == 17)) document.write("Feastday of St. Marina (Great-Martyr) & Bl. Paul Gojdich (Bishop-Confessor)");
 if ((month == 6) && (date == 18)) document.write("Feastday of Sts. Hyacinth & Emilian (Martyrs)");
 if ((month == 6) && (date == 19)) document.write("Feastday of St. Macrina (Venerable)");
 if ((month == 6) && (date == 20)) document.write("Feastday of Elijah (Great Prophet)");
 if ((month == 6) && (date == 21)) document.write("Feastday of Sts. Simeon & John (Venerables)");
 if ((month == 6) && (date == 22)) document.write("Feastday of St. Mary Magdalene - Equal to the Apostles");
 if ((month == 6) && (date == 23)) document.write("Feastday of St. Trophimus & Others (Martyrs)");
 if ((month == 6) && (date == 24)) document.write("Feastday of Sts. Boris & Gleb (Martyrs)");
 if ((month == 6) && (date == 25)) document.write("Feast of the Dormition of St. Anna");
 if ((month == 6) && (date == 26)) document.write("Feastday of St. Hermolaus & Others (Priest-Martyrs)");
 if ((month == 6) && (date == 27)) document.write("Feastday of St. Panteleimon (Great Martyr)");
 if ((month == 6) && (date == 28)) document.write("Feastday of St. Prochorus & Others (Apostles)");
 if ((month == 6) && (date == 29)) document.write("Feastday of St. Callinicus (Martyr)");
 if ((month == 6) && (date == 30)) document.write("Feastday of St. Silas & Others (Apostles)");
 if ((month == 6) && (date == 31)) document.write("Feastday of St. Eudocimus (Venerable)");
 
 // August
 if ((month == 7) && (date == 1)) document.write("Feast of the Procession of the Cross");
 if ((month == 7) && (date == 2)) document.write("Translation of the Relics of St. Stephen (Protomartyr)");
 if ((month == 7) && (date == 3)) document.write("Feastday of St. Isaac the Ascetic");
 if ((month == 7) && (date == 4)) document.write("Feastday of the Seven Youths of Ephesus (Martyrs)");
 if ((month == 7) && (date == 5)) document.write("Feastday of St. Eusignius (Martyr)");
 if ((month == 7) && (date == 6)) document.write("Feast of the Transfiguration of Our Lord (Solemn Holy Day)");
 if ((month == 7) && (date == 7)) document.write("Feastday of St. Domitius (Venerable-Martyr)");
 if ((month == 7) && (date == 8)) document.write("Feastday of St. Emilian (Bishop-Confessor)");
 if ((month == 7) && (date == 9)) document.write("Feastday of St. Matthias (Apostle)");
 if ((month == 7) && (date == 10)) document.write("Feastday of St. Lawrence of Rome (Martyr)");
 if ((month == 7) && (date == 11)) document.write("Feastday of St. Euplus (Martyr)");
 if ((month == 7) && (date == 12)) document.write("Feastday of Sts. Photius & Anicetus (Martyrs)");
 if ((month == 7) && (date == 13)) document.write("Feastday of St. Maximus the Confessor (Venerable)");
 if ((month == 7) && (date == 14)) document.write("Translation of Relics of St. Theodosius of the Cave (Venerable)");
 if ((month == 7) && (date == 15)) document.write("Feast of the Dormition of the Mother of God");
 if ((month == 7) && (date == 16)) document.write("Translation of the Icon of Our Lord");
 if ((month == 7) && (date == 17)) document.write("Afterfeast of the Dormition of the Mother of God");
 if ((month == 7) && (date == 18)) document.write("Feastday of St. Florus & Laurus (Martyrs)");
 if ((month == 7) && (date == 19)) document.write("Feastday of St. Andrew & Others (Martyrs)");
 if ((month == 7) && (date == 20)) document.write("Feastday of Samuel (Prophet) & St. Stephen, King of Hungary");
 if ((month == 7) && (date == 21)) document.write("Feastday of St. Thaddeus (Apostle)");
 if ((month == 7) && (date == 22)) document.write("Feastday of St. Agathonicus and Others (Martyrs)");
 if ((month == 7) && (date == 23)) document.write("Feastday of St. Lupus (Martyr)");
 if ((month == 7) && (date == 24)) document.write("Feastday of St. Eutyches (Hieromartyr)");
 if ((month == 7) && (date == 25)) document.write("Commemoration of the Return of the Relics of St. Bartholomew (Apostle)");
 if ((month == 7) && (date == 26)) document.write("Feastday of Sts. Adrian & Natalie (Martyrs)");
 if ((month == 7) && (date == 27)) document.write("Feastday of St. Poeman (Venerable)");
 if ((month == 7) && (date == 28)) document.write("Feastday of St. Moses the Ethiopian (Venerable)");
 if ((month == 7) && (date == 29)) document.write("Commemoration of the Beheading of St. John the Baptist");
 if ((month == 7) && (date == 30)) document.write("Feastday of Sts. Alexander, John & Paul (Patriarchs)");
 if ((month == 7) && (date == 31)) document.write("Deposition of the Cincture of the Mother of God");
 
// September
  if ((month == 8) && (date == 1)) document.write("Beginning of Church Year; Feastday of St. Simeon (Venerable)");
 if ((month == 8) && (date == 2)) document.write("Feastday of St. Mammas (Martyr)");
 if ((month == 8) && (date == 3)) document.write("Feastday of St. Anthimus (Bishop-Martyr)");
 if ((month == 8) && (date == 4)) document.write("Feastday of St. Babylas (Bishop-Martyr)");
 if ((month == 8) && (date == 5)) document.write("Feastday of Sts. Zachary (Prophet) & Elizabeth");
 if ((month == 8) && (date == 6)) document.write("Commemoration of the Miracle of Archangel Michael");
 if ((month == 8) && (date == 7)) document.write("Forefeast of the Nativity of the Mother of God");
 if ((month == 8) && (date == 8)) document.write("Feast of the Nativity of the Mother of God");
 if ((month == 8) && (date == 9)) document.write("Synaxis of Joachim & Anna");
 if ((month == 8) && (date == 10)) document.write("Feastday of St. Menodora & Others (Martyrs)");
 if ((month == 8) && (date == 11)) document.write("Feastday of St. Theodora (Venerable)");
 if ((month == 8) && (date == 12)) document.write("Feastday of St. Autonomous (Bishop-Martyr)");
 if ((month == 8) && (date == 13)) document.write("Forefeast of the Elevation of the Cross / Commemoration of Dedication of Church of the Resurrection");
 if ((month == 8) && (date == 14)) document.write("Feast of the Exaltation of the Holy Cross");
 if ((month == 8) && (date == 15)) document.write("Feastday of St. Nicetas (Great-Martyr)");
 if ((month == 8) && (date == 16)) document.write("Feastday of St. Euphemia (Great-Martyr)");
 if ((month == 8) && (date == 17)) document.write("Feastday of St. Sophia & Others (Martyrs)");
 if ((month == 8) && (date == 18)) document.write("Feastday of St. Eumenius (Bishop)");
 if ((month == 8) && (date == 19)) document.write("Feastday of St. Trophimus & Others (Martyrs)");
 if ((month == 8) && (date == 20)) document.write("Feastday of St. Eustace & Others (Martyrs)");
 if ((month == 8) && (date == 21)) document.write("Leavetaking of the Exaltation of the Cross");
 if ((month == 8) && (date == 22)) document.write("Feastday of St. Phocas (Bishop-Martyr)");
 if ((month == 8) && (date == 23)) document.write("Commemoration of the Conception of St. John the Baptist");
 if ((month == 8) && (date == 24)) document.write("Feastday of St. Thelca (Proto-Martyr)");
 if ((month == 8) && (date == 25)) document.write("Feastday of St. Euphrosyna (Venerable)");
 if ((month == 8) && (date == 26)) document.write("Commemoration of the Passing of St. John (Apostle-Evangelist)");
 if ((month == 8) && (date == 27)) document.write("Feastday of St. Callistratus & Others (Martyrs)");
 if ((month == 8) && (date == 28)) document.write("Feastday of St. Chariton (Venerable-Confessor)");
 if ((month == 8) && (date == 29)) document.write("Feastday of St. Cyriacus (Venerable)");
 if ((month == 8) && (date == 30)) document.write("Feastday of St. Gregory Illuminator (Bishop-Martyr)");
 
 // October
 if ((month == 9) && (date == 1)) document.write("Feast of the Protection of the Mother of God");
 if ((month == 9) && (date == 2)) document.write("Feastday of St. Cyprian (Bishop-Martyr)");
 if ((month == 9) && (date == 3)) document.write("Feastday of St. Denis the Areopagite (Bishop-Martyr)");
 if ((month == 9) && (date == 4)) document.write("Feastday of St. Hierotheus (Bishop-Martyr)");
 if ((month == 9) && (date == 5)) document.write("Feastday of St. Pelagia the Penitent (Venerable)");
 if ((month == 9) && (date == 6)) document.write("Feastday of St. Thomas (Apostle)");
 if ((month == 9) && (date == 7)) document.write("Feastday of Sts. Sergius & Bacchus (Martyrs)");
 if ((month == 9) && (date == 8)) document.write("Feastday of St. Pelagia (Venerable)");
 if ((month == 9) && (date == 9)) document.write("Feastday of St. James the Lesser (Apostle)");
 if ((month == 9) && (date == 10)) document.write("Feastday of Sts. Eulampius & Eulampia (Martyrs)");
 if ((month == 9) && (date == 11)) document.write("Feastday of St. Phillip (Deacon-Apostle)");
 if ((month == 9) && (date == 12)) document.write("Feastday of St. Martin the Merciful (Bishop of Tours)");
 if ((month == 9) && (date == 13)) document.write("Feastday of St. Carpus & Others (Martyrs)");
 if ((month == 9) && (date == 14)) document.write("Feastday of St. Paraskevia (Venerable)");
 if ((month == 9) && (date == 15)) document.write("Feastday of St. Euthymius (Venerable)");
 if ((month == 9) && (date == 16)) document.write("Feastday of St. Longinus (Martyr)");
 if ((month == 9) && (date == 17)) document.write("Feastday of Hosea (Prophet)");
 if ((month == 9) && (date == 18)) document.write("Feastday of St. Luke (Apostle-Evangelist)");
 if ((month == 9) && (date == 19)) document.write("Feastday of St. Joel (Prophet)");
 if ((month == 9) && (date == 20)) document.write("Feastday of St. Artemis (Great-Martyr)");
 if ((month == 9) && (date == 21)) document.write("Feastday of St. Hilary the Great (Venerable)");
 if ((month == 9) && (date == 22)) document.write("Feastday of St. Abercius (Bishop)");
 if ((month == 9) && (date == 23)) document.write("Feastday of St. James (Apostle-Brother of the Lord)");
 if ((month == 9) && (date == 24)) document.write("Feastday of St. Arethas & Others (Martyrs)");
 if ((month == 9) && (date == 25)) document.write("Feastday of Sts. Marcian & Martyrius (Martyrs)");
 if ((month == 9) && (date == 26)) document.write("Feastday of St. Demetrius (Great-Martyr)");
 if ((month == 9) && (date == 27)) document.write("Feastday of St. Nestor (Martyr)");
 if ((month == 9) && (date == 28)) document.write("Feastday of St. Paraskevia (Martyr)");
 if ((month == 9) && (date == 29)) document.write("Feastday of St. Anastasia (Venerable Martyr)");
 if ((month == 9) && (date == 30)) document.write("Feastday of Sts. Zenobius & Zenobia (Martyrs)");
 if ((month == 9) && (date == 31)) document.write("Feastday of St. Stachys & Others (Apostles)");
 
 // November
 if ((month == 10) && (date == 1)) document.write("Feastday of Sts. Cosmas & Damian (Unmercenaries)");
 if ((month == 10) && (date == 2)) document.write("Feastday of St. Acindynus of Persia (Martyr)");
 if ((month == 10) && (date == 3)) document.write("Feastday of St. Acepsimas & Others (Martyrs)");
 if ((month == 10) && (date == 4)) document.write("Feastday of St. Joannicius (Venerable)");
 if ((month == 10) && (date == 5)) document.write("Feastday of St. Galaction & Episteme (Martyrs)");
 if ((month == 10) && (date == 6)) document.write("Feastday of St. Paul the Confessor (Archbishop)");
 if ((month == 10) && (date == 7)) document.write("Feastday of the 33 Martyrs of Melitene");
 if ((month == 10) && (date == 8)) document.write("Feastday of Archangel Michael and All Angels");
 if ((month == 10) && (date == 9)) document.write("Feastday of St Nectarius Kephalas the Metropolitan of Pentapolis");
 if ((month == 10) && (date == 10)) document.write("Feastday of St. Erastus & Others (Apostles)");
 if ((month == 10) && (date == 11)) document.write("Feastday of Sts. Menas, Victor & Vincent (Martyrs)");
 if ((month == 10) && (date == 12)) document.write("Feastday of St John the Merciful, Patriarch of Alexandria");
 if ((month == 10) && (date == 13)) document.write("Feastday of St. John Chrysostom (Archbishop)");
 if ((month == 10) && (date == 14)) document.write("Feastday of St. Philip (Apostle)");
 if ((month == 10) && (date == 15)) document.write("Feastday of Sts. Gurias, Samonas & Habib (Martyrs)");
 if ((month == 10) && (date == 16)) document.write("Feastday of St. Matthew (Apostle-Evangelist)");
 if ((month == 10) && (date == 17)) document.write("Feastday of St. Gregory (Wonderworker-Bishop)");
 if ((month == 10) && (date == 18)) document.write("Feastday of Sts. Plato & Roman (Martyrs)");
 if ((month == 10) && (date == 19)) document.write("Feastday of Obadiah (Prophet)");
 if ((month == 10) && (date == 20)) document.write("Feastday of St. Gregory the Decapolite (Venerable)");
 if ((month == 10) && (date == 21)) document.write("Feast of the Entrance of the Mother of God");
 if ((month == 10) && (date == 22)) document.write("Feastday of St. Philemon & Others (Apostles)");
 if ((month == 10) && (date == 23)) document.write("Afterfeast of the Entry of the Most Holy Mother of God into the Temple");
 if ((month == 10) && (date == 24)) document.write("Feastday of St. Catherine (Great-Martyr)");
 if ((month == 10) && (date == 25)) document.write("Feastday of Sts. Clement & Peter (Pope and Bishop)");
 if ((month == 10) && (date == 26)) document.write("Feastday of St. Alypius the Stylite (Venerable)");
 if ((month == 10) && (date == 27)) document.write("Feastday of St. James the Persian (Martyr)");
 if ((month == 10) && (date == 28)) document.write("Feastday of St. Stephen (Venerable-Martyr)");
 if ((month == 10) && (date == 29)) document.write("Feastday of Sts. Paramon & Philemon (Martyrs)");
 if ((month == 10) && (date == 30)) document.write("Feastday of St. Andrew (Apostle)");
 
 // December
 if ((month == 11) && (date == 1)) document.write("Feastday of Nahum (Prophet)");
 if ((month == 11) && (date == 2)) document.write("Feastday of Habakkuk (Prophet)");
 if ((month == 11) && (date == 3)) document.write("Feastday of Zephaniah (Prophet)");
 if ((month == 11) && (date == 4)) document.write("Feastday of Sts. Barbara (Great-Marytr) & John Damascene");
 if ((month == 11) && (date == 5)) document.write("Feastday of St. Sabbas (Venerable)");
 if ((month == 11) && (date == 6)) document.write("Feastday of St. Nicholas of Myra (Archbishop)");
 if ((month == 11) && (date == 7)) document.write("Feastday of St. Ambrose the Bishop of Milan");
 if ((month == 11) && (date == 8)) document.write("Feastday of St. Patapius (Venerable)");
 if ((month == 11) && (date == 9)) document.write("Feast of the Conception by Righteous Anna of the Most Holy Mother of God");
 if ((month == 11) && (date == 10)) document.write("Feastday of St. Mennas & Others (Martyrs)");
 if ((month == 11) && (date == 11)) document.write("Feastday of Sts. Daniel the Stylite (Venerable) & St. Spiridon (Wonderworker-Bishop)");
 if ((month == 11) && (date == 12)) document.write("Feastday of St. Spyridon the Wonderworker of Tremithus (Bishopr)");
 if ((month == 11) && (date == 13)) document.write("Feastday of St. Eustratius & Others (Martyrs)");
 if ((month == 11) && (date == 14)) document.write("Feastday of St. Thyrsus of Apollonia (Martyr)");
 if ((month == 11) && (date == 15)) document.write("Feastday of St. Eleutherius (Bishop-Martyr)");
 if ((month == 11) && (date == 16)) document.write("Feastday of Haggai (Prophet)");
 if ((month == 11) && (date == 17)) document.write("Feastday of St. Daniel (Great Prophet)");
 if ((month == 11) && (date == 18)) document.write("Feastday of St. Sebastian & Others (Martyrs)");
 if ((month == 11) && (date == 19)) document.write("Feastday of St. Boniface (Martyr)");
 if ((month == 11) && (date == 20)) document.write("Feastday of St. Ignatius of Antioch (Bishop-Martyr)");
 if ((month == 11) && (date == 21)) document.write("Forefeast of the Nativity of our Lord");
 if ((month == 11) && (date == 22)) document.write("Feastday of St. Anastasia (Great-Martyr)");
 if ((month == 11) && (date == 23)) document.write("Feastday of the Ten Holy Lepers of Crete");
 if ((month == 11) && (date == 24)) document.write("Vigil of Christmas (Royal Hours); Feastday of St. Eugenia (Martyr)");
 if ((month == 11) && (date == 25)) document.write("Christmas - Feast of the Nativity of Our Lord");
 if ((month == 11) && (date == 26)) document.write("Synaxis of the Mother of God (Solemn Holy Day)");
 if ((month == 11) && (date == 27)) document.write("Feastday of Holy Protomartyr and Archdeacon Stephen");
 if ((month == 11) && (date == 28)) document.write("Afterfeast of the Nativity of our Lord and Savior Jesus Christ");
 if ((month == 11) && (date == 29)) document.write("Feastday of the Holy Innocents (Martyrs)");
 if ((month == 11) && (date == 30)) document.write("Feastday of St. Anysia (Venerable Martyr)");
 if ((month == 11) && (date == 31)) document.write("Feastday of St. Melany (Venerable)");

  
 document.write("</div>");
//-->

