var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Rick Morrissey: Curtis Granderson a good fit for Chicago Cubs
"; arnews[0] += "Statistics are sucking the life out of baseball. I know this to be true because some Cubs fans are concerned Curtis Granderson struck out too many times last year."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:43:01 GMT"; arnews[0] += "
"; arnews[1]="PRC bares list of 26 new aeronautical engineers
"; arnews[1] += "The Professional Regulation Commission announced Saturday that 26 out of 95 examinees passed the Aeronautical Engineer Licensure Examination given by the Board of Aeronautical Engineering in Manila this month."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:09:10 GMT"; arnews[1] += "
"; arnews[2]="Nats have proud history of awards
"; arnews[2] += "Since 1969, the Nationals/Expos have had their share of award-winning players, from Andre Dawson to Ryan Zimmerman."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT"; arnews[2] += "
"; arnews[3]="Cubs' roster likely to take shape through trades
"; arnews[3] += "Starting in 2007, Cubs general manager Jim Hendry invested heavily in free agents, adding such players as Alfonso Soriano, Ted Lilly and Mark DeRosa."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Least valuable MLB players
"; arnews[4] += "It's baseball awards time, which means it's also time for my own 2009 awards, starting with the Least Valuable Player Following those are the Anti Cy Young Award and the not-so-great Manager of the Year Award ."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:14:30 GMT"; arnews[4] += "
"; totcount = 5; 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("
");