var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Harvick picks up second straight Budweiser Shootout win NASCAR - KSTP
";
arnews[0] += "Michael Waltrip´s crash late in the race set up a green-white-checkered finish. Greg Biffle led the field for the restart of the two-lap overtime finish, but Kasey Kahne pushed Harvick ahead of Biffle on the backstretch. Jeff Gordon then bumped ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 02:55:00 GMT";
arnews[0] += "
";
arnews[1]="Daytona 500: Jeff Gordon - Media Day visit - Motorsport.com
";
arnews[1] += "JEFF GORDON, NO. 24 DUPONT IMPALA met with media and discussed news that he and his wife Ingrid are expecting a second baby in August, being motivated by Jimmie Johnson's success, bump-drafting and self-policing, and more. JEFF GORDON: What's on ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:41:00 GMT";
arnews[1] += "
";
arnews[2]="Jimmie Johnson picked to win Cup again - Everything Alabama Blog
";
arnews[2] += "Jimmie Johnson, winner of the ... Rounding out the top 12 were Jeff Gordon, Tony Stewart, Kyle Busch, Carl Edwards, Denny Hamlin, Mark Martin, Kurt Busch, Juan Pablo Montoya, Matt Kenseth, Greg Biffle and Ryan Newman. Dale Earnhardt Jr.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 12:53:00 GMT";
arnews[2] += "
";
arnews[3]="Jeff Gordon, wife await 2nd child, join list of NASCAR drivers ... - The Gaea Times
";
arnews[3] += "DAYTONA BEACH, Fla. — Four-time NASCAR champion Jeff Gordon is getting ready to become a father for the second time. He made the announcement on his Web site Thursday, then confirmed it at Daytona 500 media day. Gordon says his wife, Ingrid, is 12 ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[3] += "
";
arnews[4]="Jeff Gordon - Orlando Sentinel
";
arnews[4] += "81 wins. Four Cup championships. Three Daytona 500 trophies. Those facts alone make Jeff Gordon one of NASCAR¿s most decorated drivers of all time, and, at the age of 36, the Vallejo, Calif., native still has plenty of time to reach greater heights ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 12:22:00 GMT";
arnews[4] += "
";
arnews[5]="Jeff Gordon racing toward fatherhood again - Examiner
";
arnews[5] += "Get alerts when there is a new article from the Celebrity Kids Examiner. Read Examiner.com's terms of use. NASCAR great Jeff Gordon and his wife are expecting their second child. The champion race car driver broke the news to fans on his website ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[5] += "
";
arnews[6]="Johnson starts new year on top - CNN Sports Illustrated
";
arnews[6] += "The four-time defending series champion can deadpan all he wants about using fear as motivation. \"I'm entering this year saying we're going to get beat in my mind,\" he said. \"That way I work as hard as can, the team works as hard as they can. We don ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:01:00 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("