var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hillsborough emergency workers plan motorcycle ride in tribute to late officer
";
arnews[0] += "Thousands of motorcyclists including emergency-service workers, firefighters, law enforcement officers and motorcycle units across Central Jersey and beyond plan to participate in a tour to aid those battling major illnesses.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:08:44 GMT";
arnews[0] += "
";
arnews[1]="January 20 obituaries
";
arnews[1] += "Ruby M. Brown Ruby M. Brown, 94, of Marshall, died Tuesday, Jan. 12, 2010. Ruby was born Dec.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Which Canadian will light Olympic flame?
";
arnews[2] += "Which one will be chosen to light the Olympic flame at the Games opening on Friday? Only a handful of people know the identity now, but the person might just be on this list of illustrious Canadians.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Petaluma City Council approves Target shopping center
";
arnews[3] += "Published: Tuesday, February 9, 2010 at 8:12 a.m. Last Modified: Tuesday, February 9, 2010 at 8:12 a.m. A big-box shopping center in the works for more than five years won approval late Monday night from a divided Petaluma City Council.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:12:00 GMT";
arnews[3] += "
";
arnews[4]="A billboard in Minnesota?
";
arnews[4] += "There should be one of these in every city across America......if only to tick off the LEFTIES :-) February 9, 2010 at 4:19 am ZORRA The melodrama on these comments are so unbelievable.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:37:06 GMT";
arnews[4] += "
";
arnews[5]="Google Library Opposed By Justice Department
";
arnews[5] += "The U.S. Department of Justice joined UC Berkeley professors Feb. 4 in objecting to a proposed court settlement that would approve of a Google Inc.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:06:21 GMT";
arnews[5] += "
";
arnews[6]="Obituary: Gen. Attilio Pedroli, Mather commander and civic leader
";
arnews[6] += "Born: Jan. 27, 1931 Died: Jan. 30, 2010 Survived by: Wife, Georga of Richmond, Va.; sons, Richard of Fairfax, Va., Peter of El Dorado Hills, David of Sacramento, and Carl of Richmond, Va.; daughters, Karen Wibbenhorst of Pleasanton and Pamela Paris of Bel Air, Md.; sister, Judith Micelotta of Milford, Mass.; five grandchildren and three ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Kathy Jo-Ann Stroede
";
arnews[7] += "CHILLICOTHE: Kathy Jo-Ann Stroede, 51, of Chillicothe, formerly of Tunkhannock, PA, died February 6, 2010, at the Adena Regional Medical Center.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Memorials: Homestead Hospice
";
arnews[8] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 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("