var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="#nascar Richard Boswell's 3rd-place start best at Memphis for an NNS debut driver since Dario Franchitti in 2007. Thanks Pete Wickham!
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Comment on Abu Dhabi do by Anonymous
";
arnews[1] += "Comment on Abu Dhabi do by Anonymous -";
arnews[1] += "
";
arnews[2]="Dario Franchitti is interviewed outside the CNBC studios in November in an IZOD polo and nothing else. A proper jock! :) #IndyCar
";
arnews[2] += "Dario Franchitti is interviewed outside the CNBC studios in November in an IZOD polo and nothing else. A proper jock! :)";
arnews[2] += "
";
arnews[3]="@hardtoearn88 Dario Franchitti, CNBC, IZOD IndyCar Video: http://bit.ly/1PrfjQ
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Ellis Joel: IZOD Entitles 2010 IndyCar Series & Media Event [HD VIDEOS]
";
arnews[4] += "IZOD Entitles 2010 IndyCar Series & Media Event [HD VIDEOS] -";
arnews[4] += "
";
totcount = 5;
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("