var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ESPN2, SPEED, ABC bring down the curtain on NASCAR 2009 from Miami - Washington Examiner
";
arnews[0] += "All Jimmy Johnson has to do to claim his 4th straight NASCAR Sprint Cup title is to stay out of trouble for about an hour on Sunday. If can finish 27th or better then the title remains his and yes it sounds simple but two weeks ago in Texas he was ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:03:00 GMT";
arnews[0] += "
";
arnews[1]="Carrot Top to host roast of Cup champion at Vegas - NASCAR
";
arnews[1] += "LAS VEGAS -- World-famous comedian Carrot Top will be on hand to host and roast at the inaugural Chasers for Charity Fanfest on Dec. 2 at Las Vegas Motor Speedway. The Las Vegas performer, who is one of America's most well-known comedians, will join ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:19:00 GMT";
arnews[1] += "
";
arnews[2]="Punch’s Near-Miss Led to Safety for ESPN’s NASCAR Pit Reporters - PaddockTalk
";
arnews[2] += "When fans tune in to watch coverage of NASCAR Sprint Cup and Nationwide Series action on the ESPN networks, they see pit reporters Dave Burns, Jamie Little, Shannon Spake and Vince Welch wearing firesuits as they roam the loud, busy and sometimes ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:37: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("