var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twitter item of the day: Dona t bet with Marco Andretti
";
arnews[0] += "Folks, up front, a few things: 1. If anyone's wondering, \"What's the point of these Twitter\" posts, I think they are two-fold. The first is to acknowledge and follow the development of Twitter as a PR device for Formula 1 and motorsports, in general.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:16:39 GMT";
arnews[0] += "
";
arnews[1]="A yardstick for Danica? That sounds like a good swap
";
arnews[1] += "So it's almost upon us. For most of you, its the most anticipated ARCA race in history.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 17:09:05 GMT";
arnews[1] += "
";
arnews[2]="Pacquiao honored as best of decade by BWAA
";
arnews[2] += "Manny Pacquiao was honored as the fighter of the decade by the Boxing Writer's Association of America on Monday, along with matching Muhammad Ali and Evander Holyfield by winning his third fighter of the year award.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 17:35:56 GMT";
arnews[2] += "
";
arnews[3]="Fast cars get rocker revved up
";
arnews[3] += "Three years ago, Gene Simmons didn't know the first thing about Indy racing. \"I never thought about it, it wasn't in my blood, I didn't grow up loving cars,\" he says.";
arnews[3] += "
Publ.Date : Tue, 22 Jul 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jan. 27: On nice guys and pole day plans
";
arnews[4] += "Question: As for the race in St. Pete, yes, the frontstretch grandstands are good, and I hear the seats outside the track in turn one are good, but there also stands at the exit of turn 10, a 90-degree left.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 12:59:16 GMT";
arnews[4] += "
";
arnews[5]="Jan. 21: On Tony George and Hunter-Reay
";
arnews[5] += "Question: Although I can understand why a Chicagoan and a northeast Ohio resident would want the Delta Wing car unveiled at either the Chicago or Cleveland auto shows, the best bang for the PR buck would be to unveil it at the New York International Auto Show that runs April 2-11. Unlike Chicago or Cleveland, many of the major US TV news agencies ...";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 15:11:21 GMT";
arnews[5] += "
";
arnews[6]="1/19 :: It's in the notebook
";
arnews[6] += "Above is a spy photo of the No. 37 Andretti Autosport car with primary sponsorship from IZOD.";
arnews[6] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 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("