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");
}
?>
[135] Amos 8:4-7; Ps 113:1-2, 4-6, 7-8; 1 Tim 2:1-8; Luke 16:1-13 or 16:10-13.
Hours of the Sunday. Te Deum. Week 1 of the Psalter.
Anniversary:
122nd anniversary of the death of P. Norman Dennis (54) d. 1966 at Chishawasha, Rhodesia.
On this day in our Jesuit history...
1715
At Quebec died Fr. Louis Andre, who for 45 years laboured in the missions of Canada amid incredible hardships, often living on acorns, a kind of moss, and the rind of fruits.
1773
In Poland Bishop Massalski forbade Ours in the diocese of Vilna to resign the college or interrupt their ministry, till he thought fit to publish the Brief of Suppression.
1819
Jesuit work in Ireland is restored by Fr. Peter Kenny.
1972
The Swiss Parliament repeals the law prohibiting the existence of the Society in Switzerland.