var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Auto123: NASCAR: Kevin Harvick clinches truck owner's title http://bit.ly/7Srh03
";
arnews[0] += "NASCAR: Kevin Harvick clinches truck owner's title";
arnews[0] += "
";
arnews[1]="Auto123_fr: NASCAR: Kevin Harvick gagne le titre des propriétaires en camionnettes http://bit.ly/5GQ0gC
";
arnews[1] += "NASCAR: Kevin Harvick gagne le titre des propriétaires en camionnettes";
arnews[1] += "
";
arnews[2]="Brad Newman: KEVIN HARVICK 29 ESGR Nascar Diecast LIMITED NUMBER
";
arnews[2] += "KEVIN HARVICK 29 ESGR Nascar Diecast LIMITED NUMBER -";
arnews[2] += "
";
arnews[3]="jesus rodriguez: [Blog] FanHouse Warmup: Homestead: by Geoffrey MillerFiled under: Jimmie Johnson, Kevin Harvick, Chase for the Spri... http://ping.fm/is2nf
";
arnews[3] += "[Blog] FanHouse Warmup: Homestead: by Geoffrey MillerFiled under: Jimmie Johnson, Kevin Harvick, Chase for the Spri...";
arnews[3] += "
";
arnews[4]="StatFace: Autos - Denny Hamlin won Sprint Cup Ford 400 at Homestead-Miami Speedway; Jeff Burton 2nd, Kevin Harvick 3rd
";
arnews[4] += "Autos - Denny Hamlin won Sprint Cup Ford 400 at Homestead-Miami Speedway; Jeff Burton 2nd, Kevin Harvick 3rd";
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("