function print_color_begin () {
document.write("");
}
function print_header () {
document.write("Today, ");
document.write("Tuesday, April 15, 2025 (April 2, 2025 by the Julian calendar)
Passion Week: Great Tuesday");
}
function print_day () {
document.write("Great Lent.");
document.write("");
document.write("");
document.write(" St. Titus the Wonderworker (9th c.). Martyrs Amphianus (Apphianus) and Edesius (Aedesius) of Lycia (306). Martyr Polycarp of Alexandria (4th c.). St. Gregory, ascetic of Nicomedia (1290). St. George of Matskveri Monastery (9th c.) (Georgia). St. Nicetius of Lyons (573) (Gaul). Virgin-martyr Theodora of Palestine (Greek). St. Sabbas, archbishop of Crimea (11th c.).");
}
function print_color_end () {
document.write("");
}
function print_about() {
document.write("Orthodox Menologion Online");
}