var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var curYr = 0;
var EdateInfo = [
    "0000",  "Palm Sunday",
    "0000",  "Maundy Thursday",
    "0000",  "Good Friday",
    "0000",  "Easter Vigil",
    "0000",  "Easter",
    "0000",  "Holy Day of Obligation - The solemnity of the Ascension",
    "0000",  "Pentecost (WhitSunday)"
];

function getFormatStr(date) {
    return date.print("%m%d");
}

function setDate(yr, month, day) {
    var newDate = new Date();
    newDate.setYear(yr);
    newDate.setMonth(month);
    newDate.setDate(day);
    return newDate;
}

function getEaster(yr) {
	year = parseInt(yr, 10);
	if (isNaN(year))
		year=0;
	if (year==curYr) return;
	curYr=year;
	// reset vars
	jDay = 0;
	jMonth = 0;
	oDay = 0;
	oMonth = 0;
	wDay = 0;
	wMonth = 0;
	
	//get relevant Easter dates
	if ((year <= 325) || (year > 4099)) {
		return;
	} else {
		EasterJulian();
		if ((year > 325) && (year <= 1582)) {
			wDay = jDay;
			wMonth = jMonth;
		}
		else {
			EasterOrthodox (year, jDay, jMonth);
			EasterWestern ();
		}
	}
	var eDate = setDate(yr, wMonth-1, wDay);
	var qDate = setDate(yr, eDate.getMonth(), eDate.getDate()-49);
	var lDate = setDate(yr, eDate.getMonth(), eDate.getDate()-46);
	var pDate = setDate(yr, eDate.getMonth(), eDate.getDate()- 7);
	var mDate = setDate(yr, eDate.getMonth(), eDate.getDate()- 3);
	var fDate = setDate(yr, eDate.getMonth(), eDate.getDate()- 2);
	var vDate = setDate(yr, eDate.getMonth(), eDate.getDate()- 1);
	var aDate = setDate(yr, eDate.getMonth(), eDate.getDate()+39);
	var wDate = setDate(yr, eDate.getMonth(), eDate.getDate()+49);
	EdateInfo = [
		getFormatStr(qDate),  '<a href="http://www.newadvent.org/cathen/12614a.htm">Quinquagesima</a>',
		getFormatStr(lDate),  '<a href="http://www.newadvent.org/cathen/01775b.htm">Ash Wednesday</a> (<a href="http://www.newadvent.org/cathen/09152a.htm">Lent</a> begins)',
		getFormatStr(pDate),  '<a href="http://www.newadvent.org/cathen/11432b.htm">Palm Sunday</a> (End of <a href="http://www.newadvent.org/cathen/09152a.htm">Lent</a>, beginning of <a hred="http://www.newadvent.org/cathen/07435a.htm">Holy Week</a>)',
		getFormatStr(mDate),  '<a href="http://www.newadvent.org/cathen/10068a.htm">Maundy Thursday</a>',
		getFormatStr(fDate),  '<a href="http://www.newadvent.org/cathen/06643a.htm">Good Friday</a>',
		getFormatStr(vDate),  '<a href="http://www.newadvent.org/cathen/07424a.htm">Easter Vigil</a>',
		getFormatStr(eDate),  '<a href="http://www.newadvent.org/cathen/05224d.htm">Easter</a>',
		getFormatStr(aDate),  '<a href="http://www.newadvent.org/cathen/01767b.htm">Ascension</a>',
		getFormatStr(wDate),  '<a href="http://www.newadvent.org/cathen/15614b.htm">Pentecost (WhitSunday)</a>'
	];
}

var SPECIAL_DAYS = {
	'0101' : 'Holy Day of Obligation - <a href="http://en.wikipedia.org/wiki/Solemnity_of_Mary">Mary, Mother of God</a> - <a href="http://en.wikipedia.org/wiki/Solemnity">Solemnity</a>',
	'0102' : 'Saints <a href="http://en.wikipedia.org/wiki/Basil_the_Great">Basil the Great</a> and <a href="http://en.wikipedia.org/wiki/Gregory_Nazianzen">Gregory Nazianzen</a>, Bishops - <a href="http://en.wikipedia.org/wiki/Memorial">Memorial</a>',
	'0103' : '<a href="http://en.wikipedia.org/wiki/Feast_of_the_Holy_Name_of_Jesus">The Most Holy Name of Jesus</a> - <a href="http://en.wikipedia.org/wiki/Optional_Memorial">Optional Memorial</a>',
	'0104' : '<a href="http://en.wikipedia.org/wiki/Elizabeth_Ann_Seton">Saint Elizabeth Ann Seton</a> - USA Memorial',
	'0105' : '<a href="http://en.wikipedia.org/wiki/Saint_John_Neumann">Saint John Neumann</a> - USA Memorial',
	'0106' : '<a href="http://en.wikipedia.org/wiki/Epiphany">Epiphany</a> - Solemnity (transferred in some countries to Sunday);',
	'0107' : '<a href="http://en.wikipedia.org/wiki/Raymond_of_Pe%C3%B1afort">Saint Raymond of Peñafort</a>, Priest - Optional Memorial',
	'0113' : '<a href="http://en.wikipedia.org/wiki/Hilary_of_Poitiers">Saint Hilary of Poitiers</a>, Doctor - Optional Memorial',
	'0117' : '<a href="http://en.wikipedia.org/wiki/Anthony_the_Great">Saint Anthony of Egypt</a>, Abbot - Memorial',
	'0120' : '<a href="http://en.wikipedia.org/wiki/Pope_Fabian">Saint Fabian</a>, Pope, Martyr; or <a href="http://en.wikipedia.org/wiki/Sebastian">Saint Sebastian</a>, Martyr - Optional Memorial',
	'0121' : '<a href="http://en.wikipedia.org/wiki/Saint_Agnes">Saint Agnes</a>, Virgin, Martyr - Memorial',
	'0122' : '<a href="http://en.wikipedia.org/wiki/Vincent_of_Saragossa">Saint Vincent</a>, Deacon, Martyr - Optional Memorial',
	'0124' : '<a href="http://en.wikipedia.org/wiki/Francis_de_Sales">Saint Francis de Sales</a>, Bishop, Doctor - Memorial',
	'0125' : 'The Conversion of <a href="http://en.wikipedia.org/wiki/Paul_of_Tarsus">Saint Paul</a>, Apostle - Feast',
	'0126' : 'Saints <a href="http://en.wikipedia.org/wiki/Timothy">Timothy</a> and <a href="http://en.wikipedia.org/wiki/Apostle_Titus">Titus</a>, Bishops - Memorial',
	'0127' : '<a href="http://en.wikipedia.org/wiki/Angela_Merici">Saint Angela Merici</a>, Virgin - Optional Memorial',
	'0128' : '<a href="http://en.wikipedia.org/wiki/Saint_Thomas_Aquinas">Saint Thomas Aquinas</a>, Doctor - Memorial',
	'0131' : '<a href="http://en.wikipedia.org/wiki/Saint_John_Bosco">Saint John Bosco</a> - Memorial',
	'0202' : '<a href="http://en.wikipedia.org/wiki/Presentation_of_Jesus_at_the_Temple">Presentation of the Lord</a> - Feast',
	'0203' : '<a href="http://en.wikipedia.org/wiki/Blaise">Saint Blaise</a> or <a href="http://en.wikipedia.org/wiki/Ansgar">Saint Ansgar</a>, Bishop, Martyr - Optional Memorial',
	'0205' : '<a href="http://en.wikipedia.org/wiki/Agatha">Saint Agatha</a>, Martyrs - Memorial',
	'0206' : 'Saints <a href="http://en.wikipedia.org/wiki/Paul_Miki">Paul Miki</a> and Companions, Martyrs - Memorial',
	'0208' : '<a href="http://en.wikipedia.org/wiki/Jerome_Emiliani">Saint Jerome Emiliani</a>, Priest; or <a href="http://en.wikipedia.org/wiki/Saint_Josephine_Bakhita">Saint Josephine Bakhita</a>, Virgin - Optional Memorial',
	'0210' : '<a href="http://en.wikipedia.org/wiki/Scholastica">Saint Scholastica</a>, Virgin - Memorial',
	'0211' : '<a href="http://en.wikipedia.org/wiki/Our_Lady_of_Lourdes">Our Lady of Lourdes</a>, - Optional Memorial',
	'0214' : 'Saints <a href="http://en.wikipedia.org/wiki/Saint_Cyril">Cyril</a>, Monk and <a href="http://en.wikipedia.org/wiki/Saint_Methodius">Methodius</a>, Bishop - Memorial',
	'0217' : 'Seven Holy Founders of the <a href="http://en.wikipedia.org/wiki/Servite">Servite Order</a> - Optional Memorial',
	'0221' : '<a href="http://en.wikipedia.org/wiki/Peter_Damian">Saint Peter Damian</a> - Optional Memorial',
	'0222' : 'Chair of <a href="http://en.wikipedia.org/wiki/Saint_Peter">Saint Peter</a>, Apostle - Feast',
	'0223' : '<a href="http://en.wikipedia.org/wiki/Polycarp">Saint Polycarp</a>, Bishop, Martyr - Memorial',
	'0303' : '<a href="http://en.wikipedia.org/wiki/Katharine_Drexel">Saint Katharine Drexel</a> - USA Optional Memorial',
	'0304' : '<a href="http://en.wikipedia.org/wiki/Saint_Casimir">Saint Casimir</a> - Optional Memorial',
	'0307' : '<a href="http://en.wikipedia.org/wiki/Perpetua">Saints Perpetua and Felicity</a> - Memorial',
	'0308' : '<a href="http://en.wikipedia.org/wiki/John_of_God">Saint John of God</a> - Optional Memorial',
	'0309' : '<a href="http://en.wikipedia.org/wiki/Frances_of_Rome">Saint Frances of Rome</a> - Optional Memorial',
	'0317' : '<a href="http://en.wikipedia.org/wiki/Saint_Patrick">Saint Patrick</a> - Optional Memorial',
	'0318' : '<a href="http://en.wikipedia.org/wiki/Cyril_of_Jerusalem">Saint Cyril of Jerusalem</a> - Optional Memorial',
	'0319' : '<a href="http://en.wikipedia.org/wiki/Saint_Joseph">Saint Joseph</a> - Solemnity',
	'0323' : '<a href="http://en.wikipedia.org/wiki/Turibius">Saint Turibius of Mogrovejo</a> - Optional Memorial',
	'0325' : '<a href="http://en.wikipedia.org/wiki/Annunciation">Annunciation of the Lord</a> - Solemnity',
	'0402' : '<a href="http://en.wikipedia.org/wiki/Francis_of_Paola">Saint Francis of Paola</a> - Optional Memorial',
	'0404' : '<a href="http://en.wikipedia.org/wiki/Isidore_of_Seville">Saint Isidore</a> - Optional Memorial',
	'0405' : '<a href="http://en.wikipedia.org/wiki/Vincent_Ferrer">Saint Vincent Ferrer</a> - Optional Memorial',
	'0407' : '<a href="http://en.wikipedia.org/wiki/John_Baptist_de_la_Salle">Saint John Baptist de la Salle</a> - Memorial',
	'0411' : '<a href="http://en.wikipedia.org/wiki/Stanislaus">Saint Stanislaus</a> - Memorial',
	'0413' : '<a href="http://en.wikipedia.org/wiki/Pope_Martin_I">Saint Martin I</a> - Optional Memorial',
	'0421' : '<a href="http://en.wikipedia.org/wiki/Anselm_of_Canterbury">Saint Anselm of Canterbury</a> - Optional Memorial',
	'0423' : '<a href="http://en.wikipedia.org/wiki/Saint_George">Saint George</a> or <a href="http://en.wikipedia.org/wiki/Adalbert">Saint Adalbert</a> - Optional Memorial',
	'0424' : '<a href="http://en.wikipedia.org/wiki/Fidelis_of_Sigmaringen">Saint Fidelis of Sigmaringen</a> - Optional Memorial',
	'0425' : '<a href="http://en.wikipedia.org/wiki/Mark_the_Evangelist">Saint Mark the Evangelist</a> - Feast',
	'0428' : '<a href="http://en.wikipedia.org/wiki/Peter_Chanel">Saint Peter Chanel</a> or <a href="http://en.wikipedia.org/wiki/Louis_Marie_de_Montfort">Saint Louis Marie de Montfort</a> - Optional Memorial',
	'0429' : '<a href="http://en.wikipedia.org/wiki/Catherine_of_Siena">Saint Catherine of Siena</a> - Memorial',
	'0430' : '<a href="http://en.wikipedia.org/wiki/Pope_Pius_V">Saint Pius V</a> - Optional Memorial',
	'0501' : '<a href="http://en.wikipedia.org/wiki/Saint_Joseph">Saint Joseph</a> the Worker - Optional Memorial',
	'0502' : '<a href="http://en.wikipedia.org/wiki/Athanasius_of_Alexandria">Saint Athanasius</a> - Memorial',
	'0503' : 'Saints <a href="http://en.wikipedia.org/wiki/Philip_the_Apostle">Philip</a> and <a href="http://en.wikipedia.org/wiki/Saint_James_the_Less">James</a> - Feast',
	'0510' : '<a href="http://en.wikipedia.org/wiki/Father_Damien">Blessed Damien Joseph de Veuster of Moloka i</a> - USA Optional Memorial',
	'0512' : '<a href="http://en.wikipedia.org/wiki/Nereus_and_Achilleus">Saints Nereus and Achilleus</a> or <a href="http://en.wikipedia.org/wiki/Pancratius">Saint Pancras</a> - Optional Memorial',
	'0513' : '<a href="http://en.wikipedia.org/wiki/Our_Lady_of_Fatima">Our Lady of Fatima</a> - Optional Memorial',
	'0514' : '<a href="http://en.wikipedia.org/wiki/Saint_Matthias">Saint Matthias the Apostle</a> - Feast',
	'0515' : '<a href="http://en.wikipedia.org/wiki/Isidore_of_Seville">Saint Isidore of Seville</a> - USA Optional Memorial',
	'0518' : '<a href="http://en.wikipedia.org/wiki/Pope_John_I">Saint John I</a> - Optional Memorial',
	'0520' : '<a href="http://en.wikipedia.org/wiki/Bernardine_of_Siena">Saint Bernardine of Siena</a> - Optional Memorial',
	'0521' : '<a href="http://en.wikipedia.org/wiki/Crist%C3%B3bal_Magallanes_Jara">Saint Christopher Magallanes</a> and companions - Optional Memorial',
	'0522' : '<a href="http://en.wikipedia.org/wiki/Saint_Rita_of_Cascia">Saint Rita of Cascia</a> - Optional Memorial',
	'0525' : '<a href="http://en.wikipedia.org/wiki/Bede">Saint Bede the Venerable</a> or <a href="http://en.wikipedia.org/wiki/Pope_Gregory_VII">Saint Gregory VII</a> or <a href="http://en.wikipedia.org/wiki/Magdalena_de_Pazzi">Saint Mary Magdalene de Pazzi</a> - Optional Memorial',
	'0526' : '<a href="http://en.wikipedia.org/wiki/Philip_Neri">Saint Philip Neri</a> - Memorial',
	'0527' : '<a href="http://en.wikipedia.org/wiki/Augustine_of_Canterbury">Saint Augustine (Austin) of Canterbury</a> - Optional Memorial',
	'0531' : 'Visitation of the Blessed Virgin Mary - Feast',
	'0601' : '<a href="http://en.wikipedia.org/wiki/Justin_Martyr">Saint Justin Martyr</a> - Memorial',
	'0602' : 'Saints <a href="http://en.wikipedia.org/wiki/Saint_Marcellinus">Marcellinus and Peter</a> - Optional Memorial',
	'0603' : 'Saints <a href="http://en.wikipedia.org/wiki/Carl_Lwanga">Charles Lwanga</a> and Companions - Memorial',
	'0605' : '<a href="http://en.wikipedia.org/wiki/Boniface">Saint Boniface</a> - Memorial',
	'0606' : '<a href="http://en.wikipedia.org/wiki/Norbert_of_Xanten">Saint Norbert</a> - Optional Memorial',
	'0609' : '<a href="http://en.wikipedia.org/wiki/Ephrem_the_Syrian">Saint Ephrem</a> - Optional Memorial',
	'0611' : '<a href="http://en.wikipedia.org/wiki/Barnabas">Saint Barnabas the Apostle</a> - Memorial',
	'0613' : '<a href="http://en.wikipedia.org/wiki/Anthony_of_Padua">Saint Anthony of Padua</a> - Memorial',
	'0619' : '<a href="http://en.wikipedia.org/wiki/Romuald">Saint Romuald</a> - Optional Memorial',
	'0621' : '<a href="http://en.wikipedia.org/wiki/Aloysius_Gonzaga">Saint Aloysius Gonzaga</a> - Memorial',
	'0622' : '<a href="http://en.wikipedia.org/wiki/Paulinus_of_Nola">Saint Paulinus of Nola</a> or Saints <a href="http://en.wikipedia.org/wiki/John_Fisher">John Fisher</a> and <a href="http://en.wikipedia.org/wiki/Thomas_More">Thomas More</a>- Optional Memorial',
	'0624' : 'Birth of <a href="http://en.wikipedia.org/wiki/John_the_Baptist">Saint John the Baptist</a> - Solemnity',
	'0627' : '<a href="http://en.wikipedia.org/wiki/Cyril_of_Alexandria">Saint Cyril of Alexandria</a> - Optional Memorial',
	'0628' : '<a href="http://en.wikipedia.org/wiki/Irenaeus">Saint Irenaus</a> - Memorial',
	'0629' : '<a href="http://en.wikipedia.org/wiki/Feast_of_Saints_Peter_and_Paul">Saints Peter and Paul</a> - Solemnity',
	'0630' : 'First <a href="http://en.wikipedia.org/wiki/Martyr">Martyrs</a> of the Church of <a href="http://en.wikipedia.org/wiki/Rome">Rome</a> - Optional Memorial',
	'0701' : '<a href="http://en.wikipedia.org/wiki/Jun%C3%ADpero_Serra" >Blessed Junípero Serra</a> - USA Optional Memorial',
	'0703' : '<a href="http://en.wikipedia.org/wiki/Saint_Thomas_the_Apostle">Saint Thomas the Apostle</a> - Feast',
	'0704' : '<a href="http://en.wikipedia.org/wiki/Independence_Day_%28United_States%29" >Independence Day</a> - USA Optional Memorial',
	'0705' : '<a href="http://en.wikipedia.org/wiki/St._Anthony_Maria_Zaccaria" >Saint Anthony Zaccaria</a> - Optional Memorial',
	'0706' : '<a href="http://en.wikipedia.org/wiki/Maria_Goretti">Saint Maria Goretti</a> - Optional Memorial',
	'0709' : 'Saint Augustine Zhao Rong and companions - Optional Memorial',
	'0711' : '<a href="http://en.wikipedia.org/wiki/Saint_Benedict">Saint Benedict</a> - Memorial',
	'0713' : '<a href="http://en.wikipedia.org/wiki/Henry_II%2C_Holy_Roman_Emperor" >Saint Henry</a> - Optional Memorial',
	'0714' : '<a href="http://en.wikipedia.org/wiki/Kateri_Tekakwitha">Blessed Kateri Tekakwitha</a> - USA Memorial',
	'0715' : '<a href="http://en.wikipedia.org/wiki/Bonaventure">Saint Bonaventure</a> - Memorial',
	'0716' : '<a href="http://en.wikipedia.org/wiki/Carmelites">Our Lady of Mount Carmel</a> - Optional Memorial',
	'0718' : '<a href="http://en.wikipedia.org/wiki/Camillus_de_Lellis">Saint Camillus de Lellis</a> - USA Optional Memorial',
	'0720' : '<a href="http://en.wikipedia.org/wiki/Saint_Apollinaris">Saint Apollinaris</a> - Optional Memorial',
	'0721' : '<a href="http://en.wikipedia.org/wiki/Saint_Lawrence_of_Brindisi">Saint Lawrence of Brindisi</a> - Optional Memorial',
	'0722' : '<a href="http://en.wikipedia.org/wiki/Mary_Magdalene">Saint Mary Magdalene</a> - Memorial',
	'0723' : '<a href="http://en.wikipedia.org/wiki/Saint_Birgitta">Saint Birgitta</a>- Optional Memorial',
	'0724' : '<a href="http://en.wikipedia.org/wiki/Sharbel_Makhluf">Saint Sharbel Makhluf</a> - Optional Memorial',
	'0725' : '<a href="http://en.wikipedia.org/wiki/Saint_James_the_Great">Saint James the Greater</a> - Feast',
	'0726' : 'Saints <a href="http://en.wikipedia.org/wiki/Saint_Joachim">Joachim</a> and <a href="http://en.wikipedia.org/wiki/Saint_Anne">Anne</a> - Memorial',
	'0729' : '<a href="http://en.wikipedia.org/wiki/Martha">Saint Martha</a> - Memorial',
	'0730' : '<a href="http://en.wikipedia.org/wiki/Peter_Chrysologus">Saint Peter Chrysologus</a> - Optional Memorial',
	'0731' : '<a href="http://en.wikipedia.org/wiki/Ignatius_of_Loyola">Saint Ignatius of Loyola</a> - Memorial',
	'0801' : '<a href="http://en.wikipedia.org/wiki/Alphonsus_Liguori">Saint Alphonsus Maria de Liguori</a> - Memorial',
	'0802' : '<a href="http://en.wikipedia.org/wiki/Eusebius_of_Vercelli">Saint Eusebius of Vercelli</a> or <a href="http://en.wikipedia.org/wiki/Peter_Julian_Eymard">Saint Peter Julian Eymard</a> - Optional Memorial',
	'0804' : '<a href="http://en.wikipedia.org/wiki/Jean_Vianney">Saint Jean Vianney (the Cure\' d\'Ars)</a> - Memorial',
	'0805' : 'Dedication of the <a href="http://en.wikipedia.org/wiki/Basilica_di_Santa_Maria_Maggiore">Basilica di Santa Maria Maggiore</a> - Optional Memorial',
	'0806' : '<a href="http://en.wikipedia.org/wiki/Transfiguration_of_Jesus">Transfiguration of the Lord</a> - Feast',
	'0807' : '<a href="http://en.wikipedia.org/wiki/Pope_Sixtus_II">Saint Sixtus II</a> and Companions or <a href="http://en.wikipedia.org/wiki/Saint_Cajetan">Saint Cajetan</a> - Optional Memorial',
	'0808' : '<a href="http://en.wikipedia.org/wiki/Dominicans">Saint Dominic</a> - Memorial',
	'0809' : '<a href="http://en.wikipedia.org/wiki/Edith_Stein">Saint Teresa Benedicta of the Cross (Edith Stein)</a> - Optional Memorial',
	'0810' : '<a href="http://en.wikipedia.org/wiki/Saint_Lawrence">Saint Lawrence</a> - Feast',
	'0811' : '<a href="http://en.wikipedia.org/wiki/Clare_of_Assisi">Saint Clare</a> - Memorial',
	'0812' : '<a href="http://en.wikipedia.org/wiki/Saint_Jane_Frances_de_Chantal">Saint Jane Frances de Chantal</a> - Optional Memorial',
	'0813' : 'Saints <a href="http://en.wikipedia.org/wiki/Pope_Pontian">Pontian</a> and <a href="http://en.wikipedia.org/wiki/Antipope_Hippolytus">Hippolytus</a> - Optional Memorial',
	'0814' : '<a href="http://en.wikipedia.org/wiki/Maximillian_Kolbe">Saint Maximilian Mary Kolbe</a> - Memorial',
	'0815' : '<a href="http://en.wikipedia.org/wiki/Assumption_of_Mary">Assumption of the Blessed Virgin Mary</a> - Solemnity',
	'0815' : 'Holy Day of Obligation - The solemnity of the Assumption of the Blessed Virgin Mary',
	'0816' : '<a href="http://en.wikipedia.org/wiki/Stephen_of_Hungary">Saint Stephen of Hungary</a> - Optional Memorial',
	'0819' : '<a href="http://en.wikipedia.org/wiki/Saint_John_Eudes">Saint John Eudes</a> - Optional Memorial',
	'0820' : '<a href="http://en.wikipedia.org/wiki/Bernard_of_Clairvaux">Saint Bernard of Clairvaux</a> - Memorial',
	'0821' : '<a href="http://en.wikipedia.org/wiki/Pope_Pius_X">Saint Pius X</a> - Memorial',
	'0822' : 'Queenship of <a href="http://en.wikipedia.org/wiki/Blessed_Virgin_Mary">Blessed Virgin Mary</a> - Memorial',
	'0823' : '<a href="http://en.wikipedia.org/wiki/Saint_Rose_of_Lima">Saint Rose of Lima</a> - Optional Memorial',
	'0824' : '<a href="http://en.wikipedia.org/wiki/Bartholomew">Saint Bartholomew the Apostle</a> - Feast',
	'0825' : '<a href="http://en.wikipedia.org/wiki/Louis_IX_of_France">Saint Louis</a> or <a href="http://en.wikipedia.org/wiki/Joseph_Calasanctius">Saint Joseph of Calasanz</a> - Optional Memorial',
	'0827' : '<a href="http://en.wikipedia.org/wiki/Monica_of_Hippo">Saint Monica</a> - Memorial',
	'0828' : '<a href="http://en.wikipedia.org/wiki/Augustine_of_Hippo">Saint Augustine of Hippo</a> - Memorial',
	'0829' : 'The Beheading of <a href="http://en.wikipedia.org/wiki/John_the_Baptist">Saint John the Baptist</a> - Memorial',
	'0903' : '<a href="http://en.wikipedia.org/wiki/Pope_Gregory_I">Saint Gregory the Great</a> - Memorial',
	'0908' : 'Birth of the <a href="http://en.wikipedia.org/wiki/Blessed_Virgin_Mary">Blessed Virgin Mary</a> - Feast',
	'0909' : '<a href="http://en.wikipedia.org/wiki/Peter_Claver">Saint Peter Claver</a> - Optional Memorial',
	'0912' : 'Holy Name of the <a href="http://en.wikipedia.org/wiki/Blessed_Virgin_Mary">Blessed Virgin Mary</a> - Optional Memorial',
	'0913' : '<a href="http://en.wikipedia.org/wiki/John_Chrysostom">Saint John Chrysostom</a> - Memorial',
	'0914' : '<a href="http://en.wikipedia.org/wiki/Feast_of_the_Cross">Triumph of the Holy Cross</a> - Feast',
	'0915' : '<a href="http://en.wikipedia.org/wiki/Blessed_Virgin_Mary">Our Lady of Sorrows</a> - Memorial',
	'0916' : '<a href="http://en.wikipedia.org/wiki/Pope_Cornelius">Saints Cornelius</a> and <a href="http://en.wikipedia.org/wiki/Cyprian">Cyprian</a> - Memorial',
	'0917' : '<a href="http://en.wikipedia.org/wiki/Robert_Bellarmine">Saint Robert Bellarmine</a> - Optional Memorial',
	'0919' : '<a href="http://en.wikipedia.org/wiki/Januarius">Saint Januarius</a> - Optional Memorial',
	'0920' : '<a href="http://en.wikipedia.org/wiki/Andrew_Kim_Taegon">Saint Andrew Kim Taegon</a>, <a href="http://en.wikipedia.org/wiki/Korean_Martyrs">Paul Chong Hasang and Companions</a> - Memorial',
	'0921' : '<a href="http://en.wikipedia.org/wiki/Matthew_the_Evangelist">Saint Matthew the Evangelist</a> - Feast',
	'0923' : '<a href="http://en.wikipedia.org/wiki/Pio_of_Pietrelcina">Saint Pio of Pietrelcina (Padre Pio)</a> - Memorial',
	'0926' : '<a href="http://en.wikipedia.org/wiki/Sts._Cosmas_and_Damian" >Saints Cosmas and Damian</a> - Optional Memorial',
	'0927' : '<a href="http://en.wikipedia.org/wiki/Vincent_de_Paul">Saint Vincent de Paul</a> - Memorial',
	'0928' : '<a href="http://en.wikipedia.org/wiki/Wenceslas_I%2C_Duke_of_Bohemia">Saint Wenceslaus</a> or <a href="http://en.wikipedia.org/wiki/Lorenzo_Ruiz">Saints Lawrence Ruiz</a> and Companions - Optional Memorial',
	'0929' : '<a href="http://en.wikipedia.org/wiki/Michael_%28archangel%29">Saints Michael</a>, <a href="http://en.wikipedia.org/wiki/Gabriel_%28archangel%29">Gabriel</a> and <a href="http://en.wikipedia.org/wiki/Raphael_%28angel%29">Raphael</a>, <a href="http://en.wikipedia.org/wiki/Archangel">Archangels</a> - Feast',
	'0930' : '<a href="http://en.wikipedia.org/wiki/Jerome">Saint Jerome</a> - Memorial',
	'1001' : '<a href="http://en.wikipedia.org/wiki/Therese_of_Lisieux">Saint Therese of the Child Jesus</a> - Memorial',
	'1002' : '<a href="http://en.wikipedia.org/wiki/Guardian_angel_%28spirit%29">Guardian Angels</a> - Memorial',
	'1004' : '<a href="http://en.wikipedia.org/wiki/Francis_of_Assisi">Saint Francis of Assisi</a> - Memorial',
	'1006' : '<a href="http://en.wikipedia.org/wiki/Bruno_of_Cologne">Saint Bruno</a> - Optional Memorial',
	'1007' : '<a href="http://en.wikipedia.org/wiki/Our_Lady_of_the_Rosary">Our Lady of the Rosary</a> - Memorial',
	'1009' : '<a href="http://en.wikipedia.org/wiki/Denis">Saint Denis</a> and Companions or Saint John Leonardi - Optional Memorial',
	'1014' : '<a href="http://en.wikipedia.org/wiki/Pope_Callistus_I">Saint Callistus I</a> - Optional Memorial',
	'1015' : '<a href="http://en.wikipedia.org/wiki/Teresa_of_Avila">Saint Teresa of Jesus</a> - Memorial',
	'1016' : '<a href="http://en.wikipedia.org/wiki/Hedwig_of_Andechs">Saint Hedwig</a> or <a href="http://en.wikipedia.org/wiki/Marie_Alacoque">Saint Margaret Mary Alacoque</a> - Optional Memorial',
	'1017' : '<a href="http://en.wikipedia.org/wiki/Ignatius_of_Antioch">Saint Ignatius of Antioch</a> - Memorial',
	'1018' : '<a href="http://en.wikipedia.org/wiki/Luke_the_Evangelist">Saint Luke the Evangelist</a> - Feast',
	'1019' : '<a href="http://en.wikipedia.org/wiki/Jean_de_Br%C3%A9beuf">Saints Jean de Brébeuf</a>, <a href="http://en.wikipedia.org/wiki/Isaac_Jogues">Isaac Jogues</a> and Companions or <a href="http://en.wikipedia.org/wiki/Paul_of_the_Cross">Saint Paul of the Cross</a> - Optional Memorial',
	'1023' : '<a href="http://en.wikipedia.org/wiki/Giovanni_da_Capistrano">Saint John of Capestrano</a> - Optional Memorial',
	'1024' : '<a href="http://en.wikipedia.org/wiki/Saint_Anthony_Claret">Saint Anthony Mary Claret</a> - Optional Memorial',
	'1028' : '<a href="http://en.wikipedia.org/wiki/Simon_the_Canaanite">Saint Simon</a> and <a href="http://en.wikipedia.org/wiki/Saint_Jude">Saint Jude</a> - Feast',
	'1101' : '<a href="http://en.wikipedia.org/wiki/All_Saints">All Saints</a> - Solemnity',
	'1101' : 'Holy Day of Obligation - The solemnity of All Saints',
	'1102' : '<a href="http://en.wikipedia.org/wiki/All_Souls">All Souls</a> - ranked with solemnities',
	'1103' : '<a href="http://en.wikipedia.org/wiki/Martin_de_Porres">Saint Martin de Porres</a> - Optional Memorial',
	'1104' : '<a href="http://en.wikipedia.org/wiki/Charles_Borromeo">Saint Charles Borromeo</a> - Memorial',
	'1109' : 'Dedication of the <a href="http://en.wikipedia.org/wiki/Basilica_di_San_Giovanni_in_Laterano">Basilica di San Giovanni in Laterano</a> - Feast',
	'1110' : '<a href="http://en.wikipedia.org/wiki/Pope_Leo_I">Saint Leo the Great</a> - Memorial',
	'1111' : '<a href="http://en.wikipedia.org/wiki/Martin_of_Tours">Saint Martin of Tours</a> - Memorial',
	'1112' : '<a href="http://en.wikipedia.org/wiki/Josaphat_Kuncevyc">Saint Josaphat</a> - Memorial',
	'1115' : '<a href="http://en.wikipedia.org/wiki/Albert_the_Great">Saint Albert the Great</a> - Optional Memorial',
	'1116' : '<a href="http://en.wikipedia.org/wiki/Saint_Margaret_of_Scotland">Saint Margaret of Scotland</a> or Saint <a href="http://en.wikipedia.org/wiki/Gertrude_the_Great">Gertrude the Great</a> - Optional Memorial',
	'1117' : '<a href="http://en.wikipedia.org/wiki/Elisabeth_of_Hungary">Saint Elizabeth of Hungary</a> - Memorial',
	'1118' : 'Dedication of the <a href="http://en.wikipedia.org/wiki/Basilica">Basilicas</a> of <a href="http://en.wikipedia.org/wiki/St._Peter%27s_Basilica">Saints Peter</a> and <a href="http://en.wikipedia.org/wiki/Basilica_of_Saint_Paul_Outside_the_Walls">Paul</a> - Optional Memorial',
	'1121' : '<a href="http://en.wikipedia.org/wiki/Presentation_of_Mary">Presentation</a> of the <a href="http://en.wikipedia.org/wiki/Blessed_Virgin_Mary">Blessed Virgin Mary</a> - Memorial',
	'1122' : '<a href="http://en.wikipedia.org/wiki/Saint_Cecilia">Saint Cecilia</a> - Memorial',
	'1123' : '<a href="http://en.wikipedia.org/wiki/Pope_Clement_I">Saint Clement I</a> or <a href="http://en.wikipedia.org/wiki/Columban">Saint Columban</a> - Optional Memorial',
	'1124' : '<a href="http://en.wikipedia.org/wiki/Andrew_Dung-Lac">Saint Andre Dung Lac</a> and his Companions - Memorial',
	'1125' : '<a href="http://en.wikipedia.org/wiki/Catherine_of_Alexandria">Saint Catherine of Alexandria</a> - Optional Memorial',
	'1130' : '<a href="http://en.wikipedia.org/wiki/Saint_Andrew">Saint Andrew</a> the Apostle - Feast',
	'1203' : '<a href="http://en.wikipedia.org/wiki/Saint_Francis_Xavier">Saint Francis Xavier</a> - Memorial',
	'1204' : '<a href="http://en.wikipedia.org/wiki/John_Damascene">Saint John Damascene</a> - Optional Memorial',
	'1206' : '<a href="http://en.wikipedia.org/wiki/Saint_Nicholas">Saint Nicholas</a> - Optional Memorial',
	'1207' : '<a href="http://en.wikipedia.org/wiki/Ambrose">Saint Ambrose</a> - Memorial',
	'1208' : '<a href="http://en.wikipedia.org/wiki/Immaculate_Conception">Immaculate Conception of the Blessed Virgin Mary</a> - Solemnity',
	'1208' : 'Holy Day of Obligation - The solemnity of the Immaculate Conception',
	'1209' : '<a href="http://en.wikipedia.org/wiki/Juan_Diego">Saint Juan Diego</a> - USA Optional Memorial',
	'1211' : '<a href="http://en.wikipedia.org/wiki/Pope_Damasus_I">Saint Damasus I</a> - Optional Memorial',
	'1212' : '<a href="http://en.wikipedia.org/wiki/Our_Lady_of_Guadalupe">Our Lady of Guadalupe</a> - USA Feast',
	'1213' : '<a href="http://en.wikipedia.org/wiki/Saint_Lucy">Saint Lucy</a> of Syracuse- Memorial',
	'1214' : '<a href="http://en.wikipedia.org/wiki/John_of_the_Cross">Saint John of the Cross</a> - Memorial',
	'1221' : '<a href="http://en.wikipedia.org/wiki/Peter_Canisius">Saint Peter Canisius</a> - Optional Memorial',
	'1223' : '<a href="http://en.wikipedia.org/wiki/John_Cantius">Saint John of Kanty</a> - Optional Memorial',
	'1225' : 'Holy Day of Obligation - The solemnity of the Nativity of Our Lord Jesus Christ',
	'1225' : '<a href="http://en.wikipedia.org/wiki/Christmas">Nativity of the Lord</a> - Solemnity',
	'1226' : '<a href="http://en.wikipedia.org/wiki/Saint_Stephen">Saint Stephen</a> - Feast',
	'1227' : 'Saint <a href="http://en.wikipedia.org/wiki/John_the_Apostle">John the Apostle</a> and Evangelist - Feast',
	'1228' : '<a href="http://en.wikipedia.org/wiki/Holy_Innocents">Holy Innocents</a> - Feast',
	'1229' : 'Saint <a href="http://en.wikipedia.org/wiki/Thomas_Becket">Thomas Becket</a> - Optional Memorial',
	'1230' : 'Day within the Octave of Christmas',
	'1231' : '<a href="http://en.wikipedia.org/wiki/Pope_Sylvester_I">Saint Sylvester I</a> - USA Optional Memorial'
};

function init() {
	if ( is_ie && document.readyState != "complete" ) {
		setTimeout( function() { init()}, 50 );
		return false;
	}
	var todayDate = new Date();

	obj=document.getElementById('today');
	if (obj) {
		obj.innerHTML = '<H2>Welcome! Today is '+todayDate.print("%A, %B %d, %Y")+'</h2>';
	}

	obj=document.getElementById('todayEvents');
	if (obj) {
        var textStr = onUpdateTextStripped(todayDate, obj);
        if (textStr.length==0) {
            textStr = textStr+'No Events found for today...';
        }
        obj.innerHTML = textStr;
	}

	obj=document.getElementById('upcomingEvents');
	if (obj) {
		onUpdateUpcomingEvents(todayDate, obj);
	}

	obj=document.getElementById('caltext');
	if (obj) {
		obj.innerHTML ='Select a date to see<br><font size="2"><b>High Feast Days</b></font><br><i><font color="#D7A373" size="2"><b>CRHP events</b></font></i><br><font color="#F4AB6D">Saint for the day / Days of Obligation';
	}

	obj=document.getElementById('flatcal');
	if (obj) {
        Calendar.setup({
            flat: "flatcal",
            flatCallback: flatCallback,
            firstDay : 1,
            dateStatusFunc : ourDateStatusFunc,
            onUpdate : onUpdateLocal
        });
	}

	if (!is_ie) {
		obj=document.getElementById('fffix');
		if (obj) {
			obj.innerHTML ='<img src="http://home.comcast.net/~hfgbcrhp7/team/script/transparent.gif" width="1" height="1" alt="httpfffix" /><img src="https://home.comcast.net/~hfgbcrhp7/team/script/transparent.gif" width="1" height="1" alt="httpsfffix" />';
		}
		obj=document.getElementById('lfffix');
		if (obj) {
			obj.innerHTML ='<img src="http://home.comcast.net/~hfgbcrhp7/ladies/script/transparent.gif" width="1" height="1" alt="httpfffix" /><img src="https://home.comcast.net/~hfgbcrhp7/ladies/script/transparent.gif" width="1" height="1" alt="httpsfffix" />';
		}
    }
};
