var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Busch wraps up NASCAR Nationwide title
";
arnews[0] += "While Jimmie Johnson's coronation as the NASCAR Sprint Cup champion will have to wait until the end of today's Ford 400 at Homestead-Miami Speedway, Kyle Busch didn't take as long to clinch the first major touring series championship of his career.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:09:58 GMT";
arnews[0] += "
";
arnews[1]="in the Fast Lane: Interview with a living legend
";
arnews[1] += "I have been fortunate to interview some famous people in my journalism career. That list of prominent figures includes Damon Bailey, Fuzzy Zoeller, current Indiana First Lady and New Albany native Cheri Daniels, rock star Alice Cooper and, most recently, Tony Dungy.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:09:55 GMT";
arnews[1] += "
";
arnews[2]="Sprint Cup Chase: Previewing the Ford 400
";
arnews[2] += "By ANTHONY ANDRO Who's hot Jimmie Johnson: On his way to his fourth consecutive title, Johnson continues to redefine what the Chase is all about.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:56:00 GMT";
arnews[2] += "
";
arnews[3]="Dale Jr. pines for more racing - roanoke.com
";
arnews[3] += "Today ends what has been one of Dale Earnhardt Jr.'s most frustrating seasons. Although he comes into today's race at Homestead-Miami Speedway 24th in the points, he's not ready for the season to end.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:45:53 GMT";
arnews[3] += "
";
arnews[4]="Johnson makes run at record look easy
";
arnews[4] += "Jimmie Johnson is on the threshold of winning a record fourth consecutive championship; car owner Rick Hendrick already is guaranteed his ninth title; and the two celebrated their continued domination by signing a contract extension through the 2013 season.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:40:44 GMT";
arnews[4] += "
";
arnews[5]="Harvick Wraps Up Truck Season With Homes
";
arnews[5] += "Kevin Harvick celebrated his Camping World Truck Series owners' championship in style Friday night by winning the season- ending Ford 200 in dominating fashion at Homestead-Miami Speedway.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:00:34 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("