var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
";
arnews[0] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:49:00 GMT";
arnews[0] += "
";
arnews[1]="Kanawha County Library to crown literary champion
";
arnews[1] += "The Kanawha County Library is holding a Book Brawl to find out what's the favorite book of Kanawha County residents.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:45:00 GMT";
arnews[1] += "
";
arnews[2]="Racing champion's visit is a formula for sales success
";
arnews[2] += "Formula One world champion Jenson Button pulled up in Bristol yesterday and had hundreds of fans baying for his autograph.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Stamps claw Tabbies
";
arnews[3] += "More than 28,000 palms slapped against foreheads on the first play of the night, when Henry Burris underthrew a wide-open Marc Boerigter for what should have been a 75-yard touchdown.";
arnews[3] += "
Publ.Date : Sun, 01 Jul 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hightaxed City workers consider Swiss move
";
arnews[4] += "With rooms at up to 8,000 a night, which includes the use of a private butler, the Lanesborough hotel in London is used to high rollers coming through its entrance on Hyde Park Corner.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:33:14 GMT";
arnews[4] += "
";
arnews[5]="Motor Racing: Mercedes play down Schumacher speculation
";
arnews[5] += "LONDON: Mercedes have played down, without completely dismissing, media speculation that seven times Formula One world champion Michael Schumacher could come out of retirement as Jenson Button's replacement.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:15:07 GMT";
arnews[5] += "
";
arnews[6]="Mercedes plays down Schu speculation
";
arnews[6] += "Schumacher has been linked with a return to Formula One with Mercedes . Mercedes has played down, without completely dismissing, media speculation that seven times Formula One world champion Michael Schumacher could come out of retirement as Jenson Button's replacement.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 01:27:51 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("