var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Contract Extensions Leave Hendrick Consistency Unmatched
";
arnews[0] += "Jimmie Johnson, Rick Hendrick, and Lowe's announcing a contract extension shouldn't be a big surprise to anyone.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:45:12 GMT";
arnews[0] += "
";
arnews[1]="Johnson signs contract extension with Hendrick through 2015
";
arnews[1] += "HOMESTEAD, Fla. - Jimmie Johnson, on the verge of a NASCAR record fourth consecutive championship, signed a contract extension Friday to drive for Hendrick Motorsports through the 2015 season.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:37:32 GMT";
arnews[1] += "
";
arnews[2]="Vern Robert Garvin
";
arnews[2] += "Vern was born March 17, 1931, to Doyle and Amanda Garvin in Gold Beach, raised on the Chetco River on his family's dairy farm and graduated from Brookings-Harbor High School in 1949.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:35:55 GMT";
arnews[2] += "
";
arnews[3]="Johnson takes pole at Homestead
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 14:33:17 GMT";
arnews[3] += "
";
arnews[4]="France: Johnson's dominance not a problem
";
arnews[4] += "NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR - not used as an example of why the championship format might be flawed.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:45:00 GMT";
arnews[4] += "
";
arnews[5]="NASCAR notebook: France gives few specifics - roanoke.com
";
arnews[5] += "NASCAR Chairman Brian France said series officials will look at the Chase, the car and lengths of races during the offseason, among other things, but wasn't specific on if changes will be made.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:02:27 GMT";
arnews[5] += "
";
arnews[6]="NASCAR: Rivalry tough on Gordon, Johnson - roanoke.com
";
arnews[6] += "Should Jimmie Johnson win his fourth consecutive Sprint Cup title Sunday, Jeff Gordon likely will smile, hug his teammate and celebrate Johnson's momentous feat.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:00:25 GMT";
arnews[6] += "
";
arnews[7]="Q.C. council delays decision on trash pickup: Vote postponed until some issues can be explored
";
arnews[7] += "Nov. 20--Queen Creek residents won't know whether they'll have townwide curbside waste pickup until February.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:35:11 GMT";
arnews[7] += "
";
arnews[8]="A twin win for Harvicks in Trucks Series finale
";
arnews[8] += "Kevin and Delana Harvick were an extremely happy couple Friday night. Kevin Harvick made a late pass to cap a dominating show to win the season-ending Trucks Series race at Homestead-Miami Speedway, and wife Delana clinched the owners' championship when Ron Hornaday Jr.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 12:25:41 GMT";
arnews[8] += "
";
totcount = 9;
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("