var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The NY Red Bulls Prepare for the Playoffs
";
arnews[0] += "Follow the NY Red Bulls on and off the field as they prepare for the playoffs.";
arnews[0] += "
Publ.Date : Tue, 20 Oct 2009 17:23:49 GMT";
arnews[0] += "
";
arnews[1]="Day in the life of Red Bulls Graham, Dunivant, and Stammler
";
arnews[1] += "NY Red Bulls Taylor Graham, Todd Dunivant, and Seth Stammler are not just teammates..they're also roomates. PressPassTV takes you through a day in the life of a professional...";
arnews[1] += "
Publ.Date : Tue, 20 Oct 2009 17:23:41 GMT";
arnews[1] += "
";
arnews[2]="Get To Know Some New York Red Bull Soccer Players
";
arnews[2] += "NY Red Bulls Taylor Graham, Todd Dunivant, and Seth Stammler are not just teammates..they're also roomates. PressPassTV introduces you to the guys and lets you get to know them as...";
arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 17:23:41 GMT";
arnews[2] += "
";
arnews[3]="Claudio Reyna scores against Portsmouth - 2005
";
arnews[3] += "Former USA captain Claudio Reyna scores a rare goal for Man City to equalize against Pompey.";
arnews[3] += "
Publ.Date : Wed, 29 Oct 2008 03:53:40 GMT";
arnews[3] += "
";
arnews[4]="Steve Nash/Claudio Reyna Charity Soccer Match
";
arnews[4] += "Steve Nash (the NBA's biggest soccer fan) and Claudio Reyna (soccer's biggest Steve Nash fan) brought together some of the biggest names in their respective sports to compete in a...";
arnews[4] += "
Publ.Date : Mon, 30 Jun 2008 21:35:48 GMT";
arnews[4] += "
";
arnews[5]="Jason Kidd nails Claudio Reyna at Showdown in Chinatown
";
arnews[5] += "Here we are watching the \"Showdown In Chinatown\" soccer match sponsored by Steve Nash and his foundation, the Steve Nash Foundation. Nash participated in the game, as well as NBA...";
arnews[5] += "
Publ.Date : Sat, 28 Jun 2008 03:45:54 GMT";
arnews[5] += "
";
arnews[6]="Football in America
";
arnews[6] += "6-27 (CNN) One of the stars from Euro 2008 was in New York lending his skills to a charity soccer cause. France's Thierry Henry joined former English Premier League colleague...";
arnews[6] += "
Publ.Date : Sat, 28 Jun 2008 00:25:09 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Steve Nash vs Claudio Reyna Pickup Game, NYC (VANITY FAIR) 2
";
arnews[7] += "Wednesday, June 25, 2008. NBA point guard Steve Nash challenged U.S. Men's National Team soccer player Claudio Reyna to an all-star pickup game at the Nike Soccer field, on...";
arnews[7] += "
Publ.Date : Thu, 26 Jun 2008 16:58:40 GMT";
arnews[7] += "
";
arnews[8]="Steve Nash vs Claudio Reyna Pickup Game, NYC (VANITY FAIR) 1
";
arnews[8] += "Wednesday, June 25, 2008. NBA point guard Steve Nash challenged U.S. Men's National Team soccer player Claudio Reyna to an all-star pickup game at the Nike Soccer field, on...";
arnews[8] += "
Publ.Date : Thu, 26 Jun 2008 15:47:26 GMT";
arnews[8] += "
";
arnews[9]="Celtic fan mocks 9/11 - Reyna
";
arnews[9] += "A celtic fan taunts American footballer Claudio Reyna over the 9/11 terrorist attacks of the World Trade Center in New York.";
arnews[9] += "
Publ.Date : Sun, 28 Jan 2007 17:02:09 GMT";
arnews[9] += "
";
totcount = 10;
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("