var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Mariano Rivera - CBS Sports
"; arnews[0] += "No Analysis Available Yet. Click on 'Post Your Analysis' and be the first to add your analysis. Be the first to add your analysis. Submitting, please wait... Sorry, there was a problem submitting your post, please try again. To create posts you must ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 05:07:00 GMT"; arnews[0] += "
"; arnews[1]="Got It Done Award -- Mariano Rivera - CNN Sports Illustrated
"; arnews[1] += "Mariano Rivera notched his 500th save this weekend. Jim McIsaac/Getty Images The Yankees closer notched his 500th save of all time to earn the honor this week. Dan points out he's accomplished all of that with 1 1/2 pitches. Also, Dan said Rivera is ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 15:18:00 GMT"; arnews[1] += "
"; arnews[2]="Darien caps 22-0 field hockey season with M state title - Stamford Advocate
"; arnews[2] += "WETHERSFIELD -- The problem is where to begin when the subject is the 2009 Darien High School field hockey team. Do you start with the perfect 22-0 record the Blue Wave put a ribbon on Saturday with their 3-0 triumph over New Canaan in the Class M ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:06:00 GMT"; arnews[2] += "
"; arnews[3]="Athletes Struggle to Channel Aggressive Nature - New York Times
"; arnews[3] += "The French star Zinédine Zidane, right, was ejected for head-butting Italy's Marco Materazzi in the 2006 World Cup final in Germany. Aggression is a basic component of human instinct. Without it, no athlete can succeed. But if it runs amok or is ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:19:00 GMT"; arnews[3] += "
"; arnews[4]="Keeping Score - New York Times
"; arnews[4] += "More than any other team in American professional sports, the Yankees cannot afford to rebuild. The team’s partnership with the YES regional sports network is too lucrative when the Yankees are winning, their hulking palace of a stadium is too much ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:08:00 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("
");