function getOrthodoxEaster($date)
{
/*
Takes any Gregorian date and returns the Gregorian
date of Orthodox Easter for that year.
*/
$year = date("Y", $date);
$r1 = $year % 19;
$r2 = $year % 4;
$r3 = $year % 7;
$ra = 19 * $r1 + 16;
$r4 = $ra % 30;
$rb = 2 * $r2 + 4 * $r3 + 6 * $r4;
$r5 = $rb % 7;
$rc = $r4 + $r5;
//Orthodox Easter for this year will fall $rc days after April 3
return strtotime("3 April $year + $rc days");
}
?>
Mass of the Sunday; Gloria, Creed, Pref. of Sunday.
Yr C
[78] Jer 17:5-8; Ps 1:1-2, 3, 4+6; 1 Cor 15:12, 16-20; Luke 6:17, 20-26.
Hours of the Sunday. Te Deum. Week 2 of the Psalter.
On this day in our Jesuit history...
1553
Xavier's coffin is opened and his body is found incorrupt, seventy- seven days after death.
1673
Moliere, age 51, dies in Paris, hours after playing the leading role in his play, the Imaginary Invalid. Jesuit Alumnus.
1832
Jesuits returned to Portugal, where one of their earliest tasks was to prepare and preside at the services for the as-yet unburied body of Pombal, the man who had banished the Society from Portugal in 1759.
1900
The Scholasticate at Grand Coteau, LA burns and is left in ashes.
1970
Augustine Ellard, S.J. dies One of the three founders of Review for Religious.
1978
Georgetown University confers a degree on Archbishop Oscar Romero in the Cathedral of San Salvador, for his leadership for justice and human rights. He will die a martyr for justice.