var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Middle Tennessee Racing Scene: Logano, Nemechek to race at ...
";
arnews[0] += "Any driver who is from or resides in Middle Tennessee, inluding: Bobby Hamilton Jr. Brad Baker; Burney Lamar; Casey Atwood; Dario Franchitti; Dillon Oliver; Jeremy Jensen; Justin Ashburn; Logan Ruffin; Paul McMahan; Ryan Gifford ...";
arnews[0] += "
";
arnews[1]="Unser tops memorable list of NASCAR debuts in D500 (NASCAR.com ...
";
arnews[1] += "Scott Pruett (2000), Jason Leffler (2001), Casey Mears (2003), Brendan Gaughan (2004), Scott Riggs (2004), Kasey Kahne (2004), Brent Sherman (2006) and Dario Franchitti (2008) are the latest to use the Daytona 500 as their entry into ...";
arnews[1] += "
";
arnews[2]="Swift IndyCar concept: Gewaagde innovatie | Motor Racing Blog
";
arnews[2] += "In de afgelopen jaren hebben onder anderen Buddy Rice en Dario Franchitti meegemaakt dat het racen met openwheelcars met hoge snelheid kan resulteren in het loskomen van de grond wanneer de wielen van auto's elkaar raken. ...";
arnews[2] += "
";
arnews[3]="Ashley Judd | Star Tv Entertainment
";
arnews[3] += "Married race-car driver Dario Franchitti in December 2001 in Scotland's Skibo Castle, the same castle in which Madonna wed Guy Ritchie in 2000. Serves as Global Ambassador for YouthAIDS, an organization devoted to AIDS prevention and ...";
arnews[3] += "
";
arnews[4]="The Mud Cake » Blog Archive » Patrick adds race
";
arnews[4] += "Dario Franchitti couldn't cut it, and Sam Hornish Jr. is still struggling three years after his move. With five IndyCar titles and two Indianapolis 500 wins between them, Franchitti and Hornish have far more accomplished resumes than ...";
arnews[4] += "
";
arnews[5]="JP's Indycar Blog
";
arnews[5] += "The Male lead was yet to be determined though rumors are persistent that Dario Franchitti was being targeted for the role. Dan Wheldon was quoted as saying “I could be Bond, look at these teeth! I could be Bond”. The role of Moneypenney ...";
arnews[5] += "
";
arnews[6]="Girl Power | Danica Patrick: Why she'll succeed in NASCAR, and why ...
";
arnews[6] += "With GoDaddy on board, Patrick won't have to worry about sponsorship, as IndyCar star Dario Franchitti did in his brief NASCAR career at Chip Ganassi Racing. Her sponsor won't be pushing her to win, and will get plenty of exposure ...";
arnews[6] += "
";
arnews[7]="Valet Hero iPhone, iPod Touch Game Free Today Only | Gadgets Now
";
arnews[7] += "Here's what Dario Franchitti (No. 02 TELMEX/Target Chip) had to say at the 5...... Steampunk XO OLPC is the cheap lappy's new avatar. Okay, it's time to give it up to the DIY-ers now. Especially to the likes of Instructables member ...";
arnews[7] += "
";
arnews[8]="Middle Tennessee Racing Scene: Franchitti Wins SPEED Performance Award
";
arnews[8] += "Dario Franchitti won his first SPEED Performance Award for Best Comeback following his championship win in his return to the IZOD IndyCar Series. \"It's a great pleasure to win this award. It's great to be back in the IndyCar Series and ...";
arnews[8] += "
";
arnews[9]="News > Grand Prix of Long Beach news 2010-02-04 - Motorsport.com
";
arnews[9] += "The Toyota Grand Prix of Long Beach schedule for Sun., April 18 includes Dario Franchitti and Danica Patrick headlining the field in the IZOD IndyCar Series race, along with the Firestone Indy Lights, Team Drifting Challenge and SCCA ...";
arnews[9] += "
";
totcount = 10;
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("