var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anthony S. Bush/the Capital-Journal
";
arnews[0] += "Andrea Hartzell hangs a prom dress that was donated to the Prom Closet on Saturday at the First Congregational Church, 1701 S.W. Collins.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Mixed fortunes in darts league
";
arnews[1] += "The first game this week saw Long Buckby FC host St James A. The away side took both doubles games through 'Juice' and Craig Graham followed by 'Hemps' and Willie Taylor .";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 11:53:17 GMT";
arnews[1] += "
";
arnews[2]="Meg Loncharic: Erie native marries in Sri Lanka
";
arnews[2] += "Sandra Fernando, younger daughter of Dr. Neville and Kamala Fernando, longtime Erie residents now living in Fredericksburg, Va., recently wed Mark Matthew Sieminski in Sri Lanka.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 01:59:00 GMT";
arnews[2] += "
";
arnews[3]="Louis Anthony Bergeron
";
arnews[3] += "Feb. 4, 2010 Louis Anthony Bergeron, 79, of Twain Circle, Sugarloaf, son of the late Joseph and Marguerite Bergeron, passed away peacefully Thursday after a long battle with aphasia.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Extending some help to a friend
";
arnews[4] += "A Weirton boy is dealing with a debilitating disease with courage, determination and the support of many, including his fellow pupils at Lauretta B. Millsop Primary School.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:54:09 GMT";
arnews[4] += "
";
arnews[5]="Pitt police blotter
";
arnews[5] += "1:18 p.m. - An officer recovered credit cards and IDs in the L Lot area and placed them in the property room.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:59:34 GMT";
arnews[5] += "
";
arnews[6]="Pirates announce 18 new signees
";
arnews[6] += "Through 24 years and 3,000 players, Ruffin McNeill never had it so easy. He also never had it so fast.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 07:25:49 GMT";
arnews[6] += "
";
arnews[7]="Prophets shock Newman on wild night
";
arnews[7] += "The Prophetstown boys basketball team sent a shockwave through the Three Rivers Conference on Friday night, defeating Newman 66-44 in Prophetstown.";
arnews[7] += "
Publ.Date : Sat, 30 Jan 2010 13:06:55 GMT";
arnews[7] += "
";
arnews[8]="Worcester County court briefs
";
arnews[8] += "The following cases were heard in Worcester County District Court in Ocean City by Judge Daniel R. Mumford on Jan.";
arnews[8] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("