var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fort Wayne: New monsignors will be honored
";
arnews[0] += "Bishop John M. D'Arcy announced recently that Pope Benedict XVI has conferred the title of chaplain to his holiness, or monsignor, on several priests in the Diocese of Fort Wayne-South Bend: * Rev.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:18:00 GMT";
arnews[0] += "
";
arnews[1]="Cambria County Court Report
";
arnews[1] += "The following have been sentenced in Cambria County Court on guilty pleas to criminal charges : Kristy Lee Koval, 32, 1300 block of Springhill Road, Portage, forgery.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="7 priests honored as monsignors
";
arnews[2] += "It's a bit like an extra set of silverware - not really necessary for day-to-day life but nice to have on special occasions.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 08:07:38 GMT";
arnews[2] += "
";
arnews[3]="Thomas A. (Red) Daley, Jr., 77
";
arnews[3] += "Thomas A. Daley, Jr. of Normandy Beach and Toms River, formerly of Verona, died on Nov.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 06:41:04 GMT";
arnews[3] += "
";
arnews[4]="The Ghost of Christmas Carols Past
";
arnews[4] += "A Christmas Carol , Charles Dickens novella about an elderly miser visited on Christmas Eve by three ghosts, was published in December 1843 and, almost immediately, was adapted for the stage.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 01:01:22 GMT";
arnews[4] += "
";
arnews[5]="Disney to release 3-D remake of 'A Christmas Carol' with Jim Carrey; a look at Scrooges past
";
arnews[5] += "What would the holidays be without introducing another version of Charles Dickens' A Christmas Carol ? Well, for starters, it would be a relief.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 16:50:19 GMT";
arnews[5] += "
";
arnews[6]="Hispanic community glows over milestone
";
arnews[6] += "The newly ordained Rev. Fernando Jimenez will celebrate his first Mass on Sunday at his home parish, St.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 11:36:23 GMT";
arnews[6] += "
";
arnews[7]="St. Damien relic on trail to Kalaupapa
";
arnews[7] += "One of St. Damien's heels returns today to the church where Damien ministered to the once-hopeless and forgotten on the Kalaupapa Peninsula before the relic moves on to more elaborate ceremonies in Honolulu tomorrow.";
arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("