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");
}
?>
On the island of Tatacuran, off the coast of Florida, Father Pedro Martinez was killed by savages the moment he set foot on land. He was the first Jesuit in USA, and the first Jesuit martyr in USA.
1566
The death of Pedro Martinez, the ï¬rst Jesuit to enter the continental United States. He was killed by natives on the island of Tatacuran, Florida.
1572
Fifteen Jesuits arrive in Mexico, including Fr. Sanchez, as Provincial, to establish the Mexican Province. They soon open a college.
1972
Erich Przywara dies. Writer, theologian.
1978
Ben Masse, S.J. dies Assistant Editor of America, 1941-71.
2009
The death of Paul Besanceny, S.J., age. 85. He served as Provincial of Detroit nand the Eastern Africa Province, and then served in Sudan.