var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR's present, future looking good - Miami Herald
";
arnews[0] += "• Question: Will even a fourth consecutive Cup championship, all but certain after the Ford 400 at Homestead on Sunday, evoke proper appreciation for the talents of Jimmie Johnson? Would there be more of a fan and media reaction to his excellence ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[0] += "
";
arnews[1]="Long: NASCAR's present, future looking good - Everett Herald
";
arnews[1] += "MIAMI — Neatly crease the wrapping paper at the corners. Scotch Tape the end flaps. Get ready to tie the ribbon and add the fancy bow, probably in the colors of Jimmie Johnson's No. 48 Lowe's Chevrolet. But what memories, questions and conclusions ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:39:00 GMT";
arnews[1] += "
";
arnews[2]="Indy DownForce to Sponsor ‘Rumble in Fort Wayne’ - Who Won
";
arnews[2] += "FORT WAYNE, Ind. -- Indy DownForce, the official fan club of the IZOD IndyCar Series, will again serve as a primary sponsor of the “Rumble in Fort Wayne,” marking the third consecutive year of the Indy Racing League’s involvement with the ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:31:00 GMT";
arnews[2] += "
";
arnews[3]="1st, 2nd, 3rd, 4th Minister - The Sun
";
arnews[3] += "The First Minister put a hot rod through its paces this week to kick off the Homecoming Scotland Intercontinental Rally. And he got revved up as he declared his passion for muddy motorsport, pledged his faith in Scottish sporting heroes and the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[3] += "
";
arnews[4]="Team Target Featured in Upcoming Versus Series ‘Sports Jobs with ... - pressreleasepoint.com
";
arnews[4] += "INDIANAPOLIS, Ind. (November 20, 2009)– Target Chip Ganassi Racing (TCGR) opened their garage to New England Patriot Junior Seau and the crew of Versus’ new series Sports Jobs at Infineon Raceway in August as Seau joined 2008 IndyCar Champion and ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:36:00 GMT";
arnews[4] += "
";
arnews[5]="IRL: FAZZT Racing team is taking shape - Auto123
";
arnews[5] += "The only Canadian team to be involved in the IndyCar series for 2010, the FAZZT Race Team is continuing to take shape with the addition of key personnel as well as completing its own installations in Indianapolis. Formed in July of this year as a ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 14:53: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("