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");
}
?>
43rd anniversary of the death of P. Leonard Kennedy (84) d. 1994 at Harare, Zimbabwe.
On this day in our Jesuit history...
1546
At Rome the papal postmaster, enraged by the admission of his mistress into the Casa Santa Maria, a refuge founded by St. Ignatius, raised a great storm against the Society.
1608
The martyrdom in London, England, of Thomas Garnet.
1623
In Paraguay died Father John Vasee, a Fleming. Being a skilled violinist, and having taught the Indian children to sing, he drew crowds of savages to him by the double charm of his music and virtues.
1704
Decree dated this day, of Tournon, the Papal Legate, opposes the Chinese Rites, and sets back inculturation. The Jesuits were informed of it on July 8th and were dismayed.
1773
At Bologna Cardinal Malvezzi, anticipating the Suppression, tried to force the scholastics to take off the religious habit.
1932
The Society of Jesus is banished and property seized in Spain.
1967
Saint Louis Universityâs Board of Trustees gather for the first meeting of the expanded Board. SLU was the first Catholic University to establish a Board of Trustees with a majority of lay members.