var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Genesis: http://twitpic.com/qj5v2 - Ladies and gentlemen....I present Dale Earnhardt Jr's car...
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="* D@S: Junior & Mark
";
arnews[1] += "Junior & Mark -";
arnews[1] += "
";
arnews[2]="Automotive News: NASCAR Final Race of 2009 Recap - FanIQ (blog)
";
arnews[2] += "NASCAR Final Race of 2009 Recap - FanIQ (blog) -";
arnews[2] += "
";
arnews[3]="Automotive News: NASCAR'S Stewart: Remarks just 'heat of the moment' - Belleville News Democrat
";
arnews[3] += "NASCAR'S Stewart: Remarks just 'heat of the moment' - Belleville News Democrat -";
arnews[3] += "
";
arnews[4]="sandeep kumar: Dale Earnhardt Jr Lanyard Free Significant Knowledge Base: Dale Earnhardt Jr Lanyard Free Significant Knowledge.. http://trim.li/nk/EnV
";
arnews[4] += "Dale Earnhardt Jr Lanyard Free Significant Knowledge Base: Dale Earnhardt Jr Lanyard Free Significant Knowledge..";
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("