var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Monson: Mr. Irrelevant makes his mark - Salt Lake Tribune
";
arnews[0] += "Garth Lagerwey has traveled a path from being about as irrelevant as he could be to being more relevant than he ever thought he'd be, from being a player nobody wanted to a builder of a title contender. The fates of soccer dragged him through some ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:23:00 GMT";
arnews[0] += "
";
arnews[1]="MLS Expansion and the Colorado Rapids - Examiner
";
arnews[1] += "Major League Soccer announced their rules for the, 2009 Expansion Draft for the Benefit of the Philadelphia Union. The rules for the draft are almost simple. Each team may protect 11 players, plus any Home Grown or Generation Adidas players currently ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:27:00 GMT";
arnews[1] += "
";
arnews[2]="ORDER THE 2009 HALF-SEASON PACKAGE FOR ONLY $49 - MLS - Major League Soccer
";
arnews[2] += "Major League Soccer's Direct Kick television half-season package is again available for $49 starting August 1st, providing fans the opportunity to watch up to 60 MLS regular season matches and select playoff games during the remaining 2009 season ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="Professional Soccer Finally Arrives In America - teenink.com
";
arnews[3] += "... New York/New Jersey Metrostars, and the Tampa Bay Mutiny. The Western Division will consist of the Dallas Burn, Colorado Rapids, Kansas City Wiz, Los Angeles Galaxy and the San Jos\" Clash. This league has been bashed by soccer critics who feel ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:36:00 GMT";
arnews[3] += "
";
arnews[4]="Kansas City Wizards Espinoza, Myers to Participate in Generation ... - Kansas City infoZine
";
arnews[4] += "18-Player Roster to Visit 2010 FIFA World Cup Host Country South Africa From Nov. 27- Dec. 8 Kansas City, MO - infoZine - Two Kansas City Wizards will take part in an upcoming trip to South Africa by some of Major League Soccer’s top young players ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 10:22:00 GMT";
arnews[4] += "
";
arnews[5]="Major League Soccer Announces 2009 Best XI - OurSports Central
";
arnews[5] += "NEW YORK (Monday, Nov. 16, 2009) - MLS Commissioner Don Garber today announced the 2009 Best XI during his annual State of the League address. The Best XI recognizes the League's top 11 players at each position on the field - one goalkeeper, three ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:23: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("