var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Breakdown: Ireland-France debacle brings up question of human error
"; arnews[0] += "Controversy. That's one of the only things that could ever make me actually write a column that has to do with soccer."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:05:00 GMT"; arnews[0] += "
"; arnews[1]="Presenting sports' Turkey of the Year Award
"; arnews[1] += "L.J. has gone from one of the best running backs in the NFL to a first-class jerk."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:45:20 GMT"; arnews[1] += "
"; arnews[2]="A-Rod hits it big, cousin Yuri hits skids
"; arnews[2] += "Rod, who revels after Yankees celebrate World Series-clinching win in Game 6, finally became clutch with numerous big hits."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:39:28 GMT"; arnews[2] += "
"; arnews[3]="Column
"; arnews[3] += "It's notable how the view suddenly changed for Roger Clemens when Mark McGwire decided in late October to end his self-imposed exile and return to baseball as the St."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:40:20 GMT"; arnews[3] += "
"; arnews[4]="Where Was This Barry Bonds When He Played?
"; arnews[4] += "Barry Bonds was known as a surly bastard by the media when he played. Some of it was the media grinding an axe and some of it was Barry's handling of the press."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:13:03 GMT"; arnews[4] += "
"; arnews[5]="Murphy - all sides of him - will be missed
"; arnews[5] += "Arizona State baseball coach Pat Murphy, left, talks to home plate umpire Perry Costello in the third inning of an NCAA College World Series elimination game against North Carolina in Omaha, Neb."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:51:13 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("
");