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");
}
?>
196th anniversary of the death of F. Joseph Dowling (35) d. 1881 at Mopeia, Mozambique.
Anniversary:
144th anniversary of the death of F. Anthony Barbera (73) d. 1933 at Chishawasha, S. Rhodesia.
Anniversary:
132nd anniversary of the death of P. Francis Tomaka (63) d. 1945 at Kasisi, N. Rhodesia.
Anniversary:
132nd anniversary of the death of P. Stanislaus Siemienski (61) d. 1945 at Salisbury, Rhodesia.
Anniversary:
78th anniversary of the death of P. Manuel Agostinho (84) d. 1999 at Cernache, Portugal.
On this day in our Jesuit history...
1610
The first entrance of the Jesuit Fathers into Canada. This mission was recommended to the Society by King Henry IV of France.
1705
Tirso Gonzalez dies 13th General of the Society. He was a Promoter of the missions in China, India, Americas, and in Europe too.
1820
Several members of the Society are condemned by the 20th General Congregation of "plotting against the Institute."
1873
Departure of Fr. Beckx, General, from the Gesu, a pathetic scene.
1954
Henri Perrin, an ex-Jesuit worker priest, is killed in an unexplained motorcycle accident.
1996
Christophe Munzihirwa Mwene Ngabo SJ, archbishop of Bukavu in the Democratic Republic was murdered. He had denounced the political and economic exploitation of hundreds of thousands of Rwandan refugees who sought refuge in Kivu.