var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Traveling with the Stars: Helio Castroneves: Three-time Indianapolis 500 winner (2001, 2002 and 2009) a.. http://bit.ly/NXFQH #travel
";
arnews[0] += "Traveling with the Stars: Helio Castroneves: Three-time Indianapolis 500 winner (2001, 2002 and 2009) a..";
arnews[0] += "
";
arnews[1]="Simple Tourism: Traveling with the Stars: Helio Castroneves: Three-time Indianapolis 500 winner (2001, 2002 and 2009) a.. http://bit.ly/NXFQH #travel
";
arnews[1] += "Traveling with the Stars: Helio Castroneves: Three-time Indianapolis 500 winner (2001, 2002 and 2009) a..";
arnews[1] += "
";
arnews[2]="Auto123: IRL: #Penske will have three cars in 2010. Along with Scott #Dixon and Helio #Castroneves, Will #Power will also be there full time. #1ae
";
arnews[2] += "IRL:";
arnews[2] += "
";
arnews[3]="Auto123_fr: IRL: #Penske mettra en piste 3 voitures en 2010. Outre Scott #Dixon et Helio #Castroneves, Will #Power complètera le trio. #1af
";
arnews[3] += "IRL:";
arnews[3] += "
";
arnews[4]="Auto123: IRL: Penske will have three cars in 2010. Along with Ryan #Briscoe and Helio #Castroneves, Will #Power will also be there full time. #1ae
";
arnews[4] += "IRL: Penske will have three cars in 2010. Along with Ryan";
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("