var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Happy hour
";
arnews[0] += "His batteries fully recharged, Mark Martin could barely contain his enthusiasm. The 51-year-old NASCAR Sprint Cup driver beamed when he slid behind the wheel of the No.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:42:07 GMT";
arnews[0] += "
";
arnews[1]="Top 10 Things To Look Forward To In Danica Patrick's NASCAR Debut [1]
";
arnews[1] += "The Frontstretch: Top 10 Things To Look Forward To In Danica Patrick's NASCAR Debut by Doug Turnbull -- Wednesday February 10, 2010 10.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:23:06 GMT";
arnews[1] += "
";
arnews[2]="Sprint Cup Power Rankings: Top 15 After The Bud Shootout
";
arnews[2] += "The Frontstretch: Sprint Cup Power Rankings: Top 15 After The Bud Shootout by Frontstretch Staff -- Wednesday February 10, 2010 As Sprint Cup drivers prepare to tackle their 36-race regular season, it's time to take a look at which ones carry the most momentum into 2010.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:22:08 GMT";
arnews[2] += "
";
arnews[3]="A peek into Kitchen Lady's mailbox
";
arnews[3] += "Published: Tuesday, February 9, 2010 at 2:46 p.m. Last Modified: Tuesday, February 9, 2010 at 2:46 p.m. My friend Kitchen Lady lays no claim to being any kind of a food expert, at least in the certified, academic sense.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:19:36 GMT";
arnews[3] += "
";
arnews[4]="Dale & Daytona: Intimidator's Presence Still Felt with Each New Victory
";
arnews[4] += "No one loved the Daytona International Speedway more than the man in black, the Intimidator, Dale Earnhardt.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:31:30 GMT";
arnews[4] += "
";
arnews[5]="Patrick signs on for Nationwide race
";
arnews[5] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:50:00 GMT";
arnews[5] += "
";
arnews[6]="Harvick gets well with Bud Shootout win
";
arnews[6] += "A bout with the flu and a lack of practice time didn't seem to bother Kevin Harvick, who won Saturday night's Budweiser Shootout at Daytona International Speedway for the second straight year.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 01:26:16 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("