var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Red Cross schedules times for blood donations
";
arnews[0] += "The American Red Cross will host a blood donation opportunity on Wednesday in the Macy's parking lot off D Street NE at Lancaster Mall, 831 Lancaster Drive NE.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ambassador X-Mas honor Eevent
";
arnews[1] += "EVENT: The Ambassador XMas Honors DATE: Dec. 6th, 12PM TO 4PM HONOREES: Jake Brown and the New Boyxz CELEBRITY ATTENDEES: Wee Man of MTV, X Game Vert champion- PLG, X Games street skater --Nyjah Huston, and more";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:14:32 GMT";
arnews[1] += "
";
arnews[2]="Local church notes
";
arnews[2] += "The First Church of Christ, Scientist, 1201 S. Pioneer Drive, have will have their annual Thanksgiving Day service at 10:30 a.m. Thursday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:35:44 GMT";
arnews[2] += "
";
arnews[3]="Rick Porcello 3rd in AL rookie vote
";
arnews[3] += "Oakland A's right-handed reliever Andrew Bailey has won the American League rookie of the year award.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:29:04 GMT";
arnews[3] += "
";
arnews[4]="Marion County Housing Authority Board to meet Nov. 24
";
arnews[4] += "The Marion County Housing Authority Board of Commissioners will address the agency's 2010-14 fiscal plan at a meeting scheduled for 10:30 a.m. Tuesday, Nov.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:14:57 GMT";
arnews[4] += "
";
arnews[5]="Salem Hospital: Woman struck and thrown into Mill Creek in critical condition
";
arnews[5] += "A homeless woman who fell into the cold waters of Mill Creek after being struck by a vehicle late Wednesday afternoon, is now in critical condition at Salem Hospital, a hospital spokeswoman said.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:11:30 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("