var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Teams Prepare for Championships
";
arnews[0] += "The men and women's cross country teams came into Saturday's NCAA South/Southeast Regional with one goal: to qualify for this weekend's national championships in Cleveland.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:50:12 GMT";
arnews[0] += "
";
arnews[1]="West County: Robin Hood - sort of - at Spalding High
";
arnews[1] += "Archbishop Spalding High School, 8080 New Cut Road, Severn, will offer the classic tale of Robin Hood slightly twisted when Spalding Theatre presents \"The Somewhat True Tale of Robin Hood\" by Mary Lynn Dobson this weekend.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 21:42:28 GMT";
arnews[1] += "
";
arnews[2]="Morning Joe Loses SteamMorning Joe Loses Steam Numbers are down,...
";
arnews[2] += "The Morning Joe dip comes at a particularly anxious time at 30 Rockefeller Plaza.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:08:16 GMT";
arnews[2] += "
";
arnews[3]="Morning Express: Blood, guts and fear
";
arnews[3] += "You probably know his tales of blood and guts a gore and fear a but, who woulda ve guessed, beloved, bestselling author Stephen King was in OUR studio this morning a the studio of \"Morning Express with Robin Meade.\" \"I'm such a huge fan.\" This is what everyone in the room probably wanted to gush to King, but we're holding back for journalistic ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Is There Something Innately Scary about Wolf Blitzer?'
";
arnews[4] += "Stephen King stopped by HLN's Morning Express with Robin Meade\" on Friday to preview his newest book Under the Dome .";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 18:23:11 GMT";
arnews[4] += "
";
arnews[5]="Oh the Horror! Wolf & Anderson Make the Pages of Stephen King's Latest
";
arnews[5] += "CNN's Wolf Blitzer and Anderson Cooper are characters in Stephen King 's latest thriller \"Under the Dome.\" \"Is there something scary about Wolf Blitzer that makes him perfect for a horror story?\" HLN's Robin Meade asked the acclaimed author this morning.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 02:05:00 GMT";
arnews[5] += "
";
arnews[6]="Homeless Man's Dies From Injuries
";
arnews[6] += "Published: Thursday, November 12, 2009 at 9:22 p.m. Last Modified: Friday, November 13, 2009 at 8:24 a.m. WINTER HAVEN Winter Haven detectives are looking for a suspect who is responsible for the death of a 53-year-old homeless man.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("