function print_color_begin () {
document.write("");
}
function print_header () {
document.write("Today, ");
document.write("Thursday, March 12, 2026 (February 27, 2026 by the Julian calendar)
3rd Week of the Great Lent, Tone six");
}
function print_day () {
document.write("Great Lent.");
document.write("");
document.write("");
document.write(" St. Procopius the Confessor of Decapolis (ca. 750). St. Titus, presbyter of the Kiev Caves (1190). St. Titus the Soldier, monk of the Kiev Caves (14th c.). Martyr Gelasius the Actor of Heliopolis (297). St. Thalelaeus, hermit of Syria (460). St. Stephen, monk of Constantinople (614) (Greek). Sts. Asclepius and James of Syria, monks (5th c.) (Greek). St. Timothy of Caesarea, monk (Greek). Martyrs Julian and his disciple Chroniun at Alexandria (250-252). St. Macarius, bishop of Jerusalem (333). St. Pitirim, bishop of Tambov (1698).");
}
function print_color_end () {
document.write("");
}
function print_about() {
document.write("Orthodox Menologion Online");
}