var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10 Things To Look Forward To In Danica Patrick's NASCAR Debut [1]
";
arnews[0] += "The Frontstretch: Top 10 Things To Look Forward To In Danica Patrick's NASCAR Debut by Doug Turnbull -- Wednesday February 10, 2010 10.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:23:06 GMT";
arnews[0] += "
";
arnews[1]="Sprint Cup Power Rankings: Top 15 After The Bud Shootout
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 06:22:08 GMT";
arnews[1] += "
";
arnews[2]="de la BASTIDE: Hendrick setting tone at Daytona
";
arnews[2] += "There should be little doubt the four Hendrick Motorsports drivers and the Stewart/Haas team will be in the spotlight for the running of the Daytona 500 on Sunday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:16:19 GMT";
arnews[2] += "
";
arnews[3]="Patrick signs on for Nationwide race
";
arnews[3] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:50:00 GMT";
arnews[3] += "
";
arnews[4]="Danica Patrick Is Running Daytona, But Can She Hang With The Big Boys?
";
arnews[4] += "I am the first to admit that I was skeptical of Danica Patrick possibly making the move to NASCAR.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:48:53 GMT";
arnews[4] += "
";
arnews[5]="Danica Patrick Comes To NASCAR
";
arnews[5] += "When discussions began earlier this year that Indy Racing League driver Danica Patrick was coming to NASCAR, I was ready to write her off due to her image.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:12:49 GMT";
arnews[5] += "
";
arnews[6]="NASCAR analysis: Hype aside, Danica has real potential
";
arnews[6] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:44:13 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("