var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Margaret McCrary, 83
";
arnews[0] += "Published: Sunday, November 22, 2009 at 4:30 a.m. Last Modified: Saturday, November 21, 2009 at 3:06 p.m. Margaret Elizabeth Pittman McCrary, 83, died Saturday, Nov.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:37:01 GMT";
arnews[0] += "
";
arnews[1]="Saints provide a helmetful of miracles on ice
";
arnews[1] += "The sun had barely risen when hockey players, proudly pulling equipment bags on wheels, and their parents, armed with thermoses of steamy coffee, arrived at Reisterstown Regional Park.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:04:57 GMT";
arnews[1] += "
";
arnews[2]="You don't have to spend Thanksgiving alone
";
arnews[2] += "Earth's bounty will be shared this week by friends, family and those in need at several events in the Jacksonville area.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:46:00 GMT";
arnews[2] += "
";
arnews[3]="O.C. Marine is called a hero at Afghanistan memorial service
";
arnews[3] += "Reporting from Forward Operating Base Geronimo, Afghanistan -- Lance Cpl. Justin Swanson's battalion commander thought of his own sons as he remembered the young Marine from Orange County in a solemn memorial service Saturday at this outpost in Afghanistan.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="City's Apple Store opening draws fans from near and far
";
arnews[4] += "Staff photo by COREY PERRINE Tommy Pesavento shows his wife Jen Meyer, both of Lowell, Mass.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:49:08 GMT";
arnews[4] += "
";
arnews[5]="Faith in Brief
";
arnews[5] += "Forrest Heights United Methodist Church, 3307 33rd St., is having a harvest festival at 5 p.m. today.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:38:36 GMT";
arnews[5] += "
";
totcount = 6;
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("