var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="France applauds Johnson's dominance
"; arnews[0] += "NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR and not used as an example of why the championship format might be flawed."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:52:26 GMT"; arnews[0] += "
"; arnews[1]="Commentary: The devil's in the driving for Danica Patrick and NASCAR
"; arnews[1] += "Maybe you missed it. Last month? Indy cars? Nineteenth-place finish? Ringing any bells yet? Doesn't matter."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:22:15 GMT"; arnews[1] += "
"; arnews[2]="Prep volleyball all-stars to compete
"; arnews[2] += "The state's best senior volleyball players will gather at Salt Lake Community College today for the annual Utah Volleyball Coaches Association's Senior All-Star matches."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:57:33 GMT"; arnews[2] += "
"; arnews[3]="France's Take: NASCAR chairman says Johnson's dominance isn't a Chase flaw
"; arnews[3] += "NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR, and not used as an example of why the championship format might be flawed."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT"; arnews[3] += "
"; arnews[4]="Newcomers add to sport's appeal
"; arnews[4] += "Oh, the headlines - all the big-news, end-of-the-year headlines. With NASCAR moving into its final weekend or racing, the headlines this week have focused on the necessary and obvious."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:26:02 GMT"; arnews[4] += "
"; arnews[5]="NASCAR Power Rankings: Phoenix
"; arnews[5] += "Note: the quotes in this article are fictional. 1. Jimmie Johnson Johnson dominated in Phoenix, whipping the field for his fourth victory of the Chase."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:34:48 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");