var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New York Red Bulls in the Community - MLS - Major League Soccer
";
arnews[0] += "The New York Red Bulls are proud to represent the people of the tri-state area, both on the field and off. Just as essential to the team's success, however, perhaps not as apparent, is establishing strong community programming. Through a variety of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:23:00 GMT";
arnews[0] += "
";
arnews[1]="Seattle sparkles after MLS Clean & Green - MLS - Major League Soccer
";
arnews[1] += "SEATTLE -- Beautifying Seattle's SoDo neighborhood was the top priority for a group of volunteers Saturday morning for a Clean & Green Seattle event. Despite temperatures in the low 40s and periodic rain, people gathered in front of 2401 Utah Ave ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:40:00 GMT";
arnews[1] += "
";
arnews[2]="New York Red Bulls To Participate In 2010 Football World Series - OurSports Central
";
arnews[2] += "SECAUCUS, NJ (Nov. 16, 2009) - Red Bull New York and the Football World Series today announced a multi-year agreement that will see Red Bull Arena serve as one of the annual sites for the major international soccer tournament. The 2010 version of the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:31:00 GMT";
arnews[2] += "
";
arnews[3]="New York Red Bulls to hold international matches - Tribal Football
";
arnews[3] += "As part of The Football World Series, the New York Red Bulls will host international teams at Red Bull Arena this summer. As part of next year’s event, games will be played in New Jersey, Amsterdam, Dubai and Shanghai and the Red Bulls have signed ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:28:00 GMT";
arnews[3] += "
";
arnews[4]="Football in America – the work of development goes on - The Guardian
";
arnews[4] += "The American investors who are investing abroad should invest here.\" So said Sepp Blatter last summer when the Fifa president visited the United States and saw the game being played by hundreds of boys and girls in Chicago parks. This, of course, is ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:20:00 GMT";
arnews[4] += "
";
arnews[5]="Red Bull Jeremy Hall To Participate In Generation adidas Trip - OurSports Central
";
arnews[5] += "SECAUCUS, NJ (Nov. 17, 2009) - New York Red Bulls midfielder/defender Jeremy Hall is one of 18 Generation adidas MLS players who will travel to South Africa on Nov. 27 for a postseason trip to South Africa. Hall and the team will play in three ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 21:22:00 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("