var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soccer team wins title in penalty kick thriller
";
arnews[0] += "Sophomore midfielder Tony Tchani, an integral part of the Cavaliersa TM national title squad, declared for the Major League Soccer draft and was selected second overall by the New York Red Bulls.";
arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 12:22:49 GMT";
arnews[0] += "
";
arnews[1]="Exclusive: We Chat With Reyna
";
arnews[1] += "With Landon Donovan in line to make a home debut against Manchester City this weekend, evertonfc.com has been speaking to Claudio Reyna.";
arnews[1] += "
Publ.Date : Tue, 12 Jan 2010 16:57:26 GMT";
arnews[1] += "
";
arnews[2]="Soft Pretzel Logic: Union looks ahead to MLS SuperDraft
";
arnews[2] += "Philadelphia Union CEO Nick Sakiewicz held a conference call with reporters this afternoon ahead of Thursday's MLS SuperDraft at the Pennsylvania Convention Center.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 04:24:23 GMT";
arnews[2] += "
";
arnews[3]="Andrea Canales: Can Donovan blaze new trail for Americans to EPL?
";
arnews[3] += "Can Donovan blaze new EPL trail? Story Highlights Landon Donovan impressed British media, fans in his Everton debut vs.";
arnews[3] += "
Publ.Date : Mon, 11 Jan 2010 16:54:29 GMT";
arnews[3] += "
";
arnews[4]="Teal Bunbury
";
arnews[4] += "The first runner-up was Harvard senior forward Andre Akpan , followed by Wake Forest junior midfielder .";
arnews[4] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Olsen moving into next phase of soccer career
";
arnews[5] += "Former D.C. United midfield great Ben Olsen, the passionate Middletown native who retired in late November following a lengthy, productive run in Major League Soccer , was named to an assistant coaching post Wednesday by the MLS franchise.";
arnews[5] += "
Publ.Date : Wed, 06 Jan 2010 18:48:49 GMT";
arnews[5] += "
";
arnews[6]="Tuesday Kickaround
";
arnews[6] += "I am heading down to RFK this morning for D.C. United's formal introduction of Curt Onalfo as head coach and will provide coverage on Twitter and the Insider.";
arnews[6] += "
Publ.Date : Tue, 05 Jan 2010 18:55:01 GMT";
arnews[6] += "
";
totcount = 7;
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("