var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jason de la Rosa: Vote for Kevin Goldthwaite (Week #5) of New York Red Bulls for MLS Save of the Year. http://bit.ly/1v3mUN #MLS
";
arnews[0] += "Vote for Kevin Goldthwaite (Week #5) of New York Red Bulls for MLS Save of the Year.";
arnews[0] += "
";
arnews[1]="Fan Gear Deals: adidas TGII New York Red Bulls Mini Soccer Ball $9.99 http://dealnay.com/147046
";
arnews[1] += "adidas TGII New York Red Bulls Mini Soccer Ball $9.99";
arnews[1] += "
";
arnews[2]="RUWT?: 2 New York Red Bulls players undergo surgery http://ruwt.tv/soccer/news/133221
";
arnews[2] += "2 New York Red Bulls players undergo surgery";
arnews[2] += "
";
arnews[3]="Jason de la Rosa: Vote for New York Red Bulls Kevin Goldthwaite (Week 5) for MLS Save of the Year http://bit.ly/1v3mUN #MLS
";
arnews[3] += "Vote for New York Red Bulls Kevin Goldthwaite (Week 5) for MLS Save of the Year";
arnews[3] += "
";
arnews[4]="Head Athletic Trainer - New York Red Bulls Academy (Secaucus, NJ)
";
arnews[4] += "Head Athletic Trainer - New York Red Bulls Academy (Secaucus, NJ) -";
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("