var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Karen Hillegas - Bleacherreport.com
";
arnews[0] += "Currently separated, mother of 2 adult children. I love all forms of racing, but especially tuned into NASCAR and drag racing. I also love horses and just acquired a registered Paint yearling stallion named Kas Fox Oreo Decker, or more affectionately ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:53:00 GMT";
arnews[0] += "
";
arnews[1]="Ashley Force Hood is new face of drag racing - Los Angeles Times
";
arnews[1] += "Reporting from Las Vegas - The display of merchandise at the Las Vegas Motor Speedway had something for everyone: Ashley Force dolls, Ashley Force rhinestone-encrusted key chains, Ashley Force neoprene beer coolers. Pink Ashley Force socks also were ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="NHRA: Ashley Force Castrol GTX Ford Mustang - TheMustangNews.com
";
arnews[2] += "Pink is empowering for Ashley. 08-25-08: The special-edition Castrol GTX Ford Mustang in which Ashley Force this week will try to become the first woman to win a Funny Car title at the Mac Tools U.S. Nationals, the world's oldest, largest, and most ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:54:00 GMT";
arnews[2] += "
";
arnews[3]="2009 NHRA schedule and standings - ESPN.com
";
arnews[3] += "TF-Larry Dixon; FC-Bob Tasca III; PS-Jason Line; PSM-Hector Arana) March 29 -- O'Reilly Spring Nationals, Houston (TF-Tony Schumacher; FC-Ashley Force Hood; PS-Ron Krisher; PSM-Craig Treble) April 5 -- SummitRacing.com Nationals, Las Vegas (TF-Tony ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:47:00 GMT";
arnews[3] += "
";
arnews[4]="Auto Racing Photo Wire - ESPN.com
";
arnews[4] += "In this photo released by NHRA, Mike Neff earns his first career win as a driver in Funny Car, on Sunday, Nov. 15, 2009, at the Auto Club NHRA Finals auto race at Auto Club Raceway in Pomona, Calif. Neff beat teammate Ashley Force Hood to earn his ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[4] += "
";
arnews[5]="Automobile Club of Southern California NHRA Finals results - USA Today
";
arnews[5] += "Top Fuel — Antron Brown, 3.801 seconds, 316.90 mph def. Spencer Massey, foul. Funny Car — Mike Neff, Ford Mustang, 5.131, 285.05 def. Ashley Force Hood, Mustang, DQ. Pro Stock — Greg Anderson, Pontiac GXP, 6.564, 210.70 def. Kurt Johnson, Chevy ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 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("