var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On file: Nov. 13-20, 2009
";
arnews[0] += "The following people applied for marriage licenses in Kanawha County between Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 GMT";
arnews[0] += "
";
arnews[1]="Johnson goes for 4th Cup championship from pole at Homestead-Miami Speedway
";
arnews[1] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson turned a lap of 173.919 mph on Friday to top qualifying at Homestead-Miami Speedway, a big boost for the Hendrick Motorsports star as he tries to become the first driver in NASCAR history to win four consecutive championships.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:59:57 GMT";
arnews[1] += "
";
arnews[2]="Oakland Raiders Ready to Stand Up Against the Cincinnati Bengals
";
arnews[2] += "The Oakland Raiders are a once proud franchise, which is to say that they have not yet been proud twice.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:22:40 GMT";
arnews[2] += "
";
arnews[3]="Patriots fight off Clippers
";
arnews[3] += "Correction: This story was corrected on Nov. 21, 2009. An explanation of the correction is at the end of the story.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:38:05 GMT";
arnews[3] += "
";
arnews[4]="Kingmaker
";
arnews[4] += "HOMESTEAD, Fla. Behind most Cole Trickles, there's a Harry Hogge. Trickle and Hogge were the protagonists in a 1990 NASCAR-themed movie called \"Days of Thunder.\" The characters were loosely based on driver Tim Richmond and crew chief Harry Hyde.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:52:55 GMT";
arnews[4] += "
";
arnews[5]="Preliminary NHL draft rankings spark debate
";
arnews[5] += "NHL Director of Central Scouting E.J. McGuire is used to the controversy. It didn't take long for McGuire to start getting calls after the preliminary OHL list for the 2010 NHL Draft was released this week putting Plymouth Whalers forward Tyler Seguin ahead of Windsor Spitfires forward Taylor Hall.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:40:55 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("