var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Josh Johnson's days with Florida #Marlins appear numbered
"; arnews[0] += "As far as agent Matt Sosnick is concerned, the Marlins can add Josh Johnson to their list of burgeoning young talents they could not afford to keep long term."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:14:17 GMT"; arnews[0] += "
"; arnews[1]="Flag Comment
"; arnews[1] += "For the most part, the Prince William County School Board thinks a traditional high school is a great idea."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Utley wins award for offensive skills
"; arnews[2] += "Phillies second baseman Chase Utley has won his fourth Silver Slugger award. The awards, announced on Thursday, honor the top offensive players by position in each major league."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:33:17 GMT"; arnews[2] += "
"; arnews[3]="A's closer Andrew Bailey wins AL Rookie of Year; Marlins OF Chris Coghlan takes NL award
"; arnews[3] += "Andrew Bailey was driving along, talking to his agent on a handsfree cell phone, when another call came in."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="NL
"; arnews[4] += "Scott Miller's prediction : Albert Pujols, St. Louis. Lifetime achievement award, anybody? This vote will not be close, nor should it be."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:06:37 GMT"; arnews[4] += "
"; arnews[5]="MLB 9s: Florida Marlins - Han-Ram, Pudge, Pierre Are Faces of the Franchise
"; arnews[5] += "One question, hundreds of answers: Which Marlin had the greatest offensive season at his position? Major League baseball has been asking fans this same question in an effort to choose each team's best-ever collection of stars."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:54:44 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("
");