var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Football playoffs: Vikings stifle Bees - roanoke.com
";
arnews[0] += "Michael Leeman of Brookville bats the ball away from Ryan Bowden of Northside during the Vikings' win on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:00:49 GMT";
arnews[0] += "
";
arnews[1]="Rapist given life plus 15 years for brutal attack
";
arnews[1] += "Christopher Parr spoke to a Circuit Court judge in Annapolis for nearly an hour Wednesday detailing his life, including a long work history, community service and hobbies.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:26:06 GMT";
arnews[1] += "
";
arnews[2]="MomentumTHESE Olympics are Gold
";
arnews[2] += "DUMMERSTON, Vt. -- Shawn Johnson has the loveliest green eyes. If you don't know what I'm talking about, then you aren't one of the many people walking around red-eyed and yawning because they've been up until 1 a.m. every night watching the Olympics.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:27:05 GMT";
arnews[2] += "
";
arnews[3]="Hoff takes down Olympian Beard for win in 200 IM
";
arnews[3] += "LONG BEACH, Calif. - For those of you keeping score at home, it's 8-5, with the rest of the U.S. leading the North Baltimore Aquatic Club.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:23:51 GMT";
arnews[3] += "
";
arnews[4]="Recap
";
arnews[4] += "Charlotte Bobcats Head Coach Larry Brown shouts instructions to his team in an NBA basketball game against the Milwaukee Bucks, Friday, Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:37:13 GMT";
arnews[4] += "
";
arnews[5]="Quebe Sisters Band returns to headline 2010 Cowboy Festival
";
arnews[5] += "For more info, visit the official Cowboy Festival Web site . Click here for more on The Quebe Sisters Band, also appearing on the Grand Ole Opry Dec.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:23:26 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("