var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wild chase ending in Baltimore sends 2 troopers to hospital
";
arnews[0] += "A man driving a red Mustang convertible near College Park sent two state troopers to Maryland Shock Trauma Center during a wild chase Saturday that also damaged two Prince George's County police cars and a civilian vehicle before ending at Baltimore's Fort McHenry Tunnel.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:31:55 GMT";
arnews[0] += "
";
arnews[1]="Man given 4 years probation for sexually assaulting young girls
";
arnews[1] += "A Frankfort man has been sentenced to four years probation and 60 days of house arrest for sexually assaulting two young female relatives between 2003 and 2005.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:34:01 GMT";
arnews[1] += "
";
arnews[2]="Little Johns cruise into Quarterfinals ... more
";
arnews[2] += "Little Johns cruise into Quarterfinals Publish Date: Saturday, Nov. 21 By Josh Connell For The Courier DANVILLE- The Little Johns hosted the Cross County T-Birds on Friday night at Little John Stadium and ran away with it in a 37-16 stomping.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:36:43 GMT";
arnews[2] += "
";
arnews[3]="Johns Hopkins ends Middlebury's soccer season
";
arnews[3] += "BALTIMORE, Md. - The Middlebury College women's soccer team saw its season come to an end Saturday, dropping a 1-0 decision to Johns Hopkins University in an NCAA Division III tournament sectional.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Blue Cross and Blue Shield health insurance stores spreading across Florida
";
arnews[4] += "Florida Blue agent David Galan consults with co-workers at the Florida Blue store in the St.";
arnews[4] += "
Publ.Date : Mon, 12 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Bail granted for rape accused trio
";
arnews[5] += "Three brothers have appeared before a judge at Worcester Crown Court charged with a series of sex crimes dating back up to 44 years ago.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:34:29 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("