var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seattle Sounders FC dump Calabro, hire Brit
";
arnews[0] += "Kevin Calabro has always been the Murphy Brown of sports announcers; seemingly every time he arrives on the job, he is given somebody new to work with.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:42:46 GMT";
arnews[0] += "
";
arnews[1]="Tuesday, Feb 09, 2010
";
arnews[1] += "Read the whole story Parlee switches Pac-10 allegiance [OREGON WOMEN] Lindsay Parlee, who ranks on the top 10 career list at Washington State in goals-against average, wins, shutouts and minutes played, has transferred to Pac-10 rival Oregon.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:01:21 GMT";
arnews[1] += "
";
arnews[2]="David Beckham Academy closing in US, Britain
";
arnews[2] += "The David Beckham Academy in Carson and another location in Britain have closed, although the Los Angeles Galaxy star is working to develop another soccer coaching program for children.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:59:28 GMT";
arnews[2] += "
";
arnews[3]="Clint Mathis suffers injury setback
";
arnews[3] += "The third time around for Clint Mathis in a Galaxy uniform has been put on hold.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="DIGEST: O'Bannon suit vs. NCAA moves forward
";
arnews[4] += "Tuesday, February 9, 2010 at 12:01 a.m. A federal judge has green-lighted most of a lawsuit by former UCLA basketball star Ed O'Bannon, who alleges the NCAA used the images of student-athletes without permission.";
arnews[4] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Galaxy midfielder sidelined after having knee surgery
";
arnews[5] += "Los Angeles Galaxy midfielder Clint Mathis will miss four to six weeks after having surgery to repair a torn meniscus in his left knee.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:27:55 GMT";
arnews[5] += "
";
arnews[6]="Beckham Academy closed down in U.S. and Britain
";
arnews[6] += "The David Beckham Academy in Carson and another location in Britain have closed, although the Los Angeles Galaxy star is working to develop another soccer coaching program for children.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 11:27:14 GMT";
arnews[6] += "
";
arnews[7]="Beckham plans to keep emoti...
";
arnews[7] += "Comment about \"Beckham plans to keep emotions in check\" Phone Name Comment 0 Football - Champions League Beckham plans to keep emotions in check United fan... David Beckham.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 11:22:53 GMT";
arnews[7] += "
";
arnews[8]="America's Cup opener is postponed until Wednesday | Sailing
";
arnews[8] += "The opening race of the eagerly anticipated America's Cup sailing showdown between two-time defending champion Alinghi of Switzerland and American challenger BMW Oracle Racing was postponed from Monday to Wednesday because of light, unsteady wind.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 11:03:43 GMT";
arnews[8] += "
";
totcount = 9;
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("