var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR awards, Page 2 style - ESPN.com
";
arnews[0] += "Yeah, right -- it's not over? Jimmie Johnson needs to finish 25th or better in Miami on Sunday to win his fourth straight Sprint Cup title. Come on, it's so over. Johnson could finish 25th driving blindfolded and steering with his feet. All that's ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:35:00 GMT";
arnews[0] += "
";
arnews[1]="I Will Fight You - ESPN.com
";
arnews[1] += "I didn't have a vote for Cy Young this year -- for some reason, I didn't get a ballot for anything this season -- but I would have picked Tim Lincecum as well. He won only 15 games but that's because the Giants couldn't score any runs. Meanwhile, he ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:40:00 GMT";
arnews[1] += "
";
arnews[2]="Ray's Cutaway Car: Fixing The 48 Car - ESPN.com
";
arnews[2] += "AVONDALE, Ariz. -- Perception isn't always reality when it comes to Jimmie Johnson . Perception: The emotionless machine in the driver's seat on a methodical quest for his fourth consecutive title. Reality: A relentlessly driven man, churning on the ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 22:51:00 GMT";
arnews[2] += "
";
totcount = 3;
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("