var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Big bucks take the shine off MLB trophy Paul Sokoloski Opinion
"; arnews[0] += "A shiny World Series championship trophy representing everything that's wrong with sports."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Final destinations anyone's guess
"; arnews[1] += "Teams send out feelers, check medical records and weigh their options. They might discuss parameters of a deal, but only rarely do they start sincere negotiations before Thanksgiving."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Few elite major-league free agents available
"; arnews[2] += "It's the time of year in baseball for courting and bluffing - sometimes simultaneously."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:53:22 GMT"; arnews[2] += "
"; arnews[3]="He's Wichita's Cy Young winner
"; arnews[3] += "Zack Greinke winning the American League Cy Young Award did many things this week."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:50:02 GMT"; arnews[3] += "
"; arnews[4]="NYT: Keri: To Hang In, a Series Winner Must Learn to Let Go
"; arnews[4] += "The Yankees face another regression-related situation. They had an old roster in 2009."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:00:19 GMT"; arnews[4] += "
"; arnews[5]="N.H.L. Scoreboard: Rangers Lose Again as Panthers Keep Surging
"; arnews[5] += "Thirteen games on Saturday night. Let's get right to them. Home teams listed first: Los Angeles 2-5 Calgary ."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:22:12 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("
");