var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Athletica bested on the pitch by Sky Blue FC - KSDK
";
arnews[0] += "KSDK -- St. Louis Atheltica hosted Sky Blue FC in the Women's Pro Soccer Super Semifinal at Soccer Park in Fenton Wednesday night. The Athletica beat them three times during the regular season by one goal. This game was another close one. Keeley ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Three Athletica players named to women's soccer All-Star team - KSDK
";
arnews[1] += "KSDK -- St. Louis Athletica had three players selected for the league's First XI for the inaugural Women's Professional Soccer All-Star Game on August 30. The Athletica's Lori Chalupny, Tina Ellerton and Eniola Aluko made the team. Unfortunately ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="Sundhage names 24-player roster for WNT training camp - Potomac Soccer Wire
";
arnews[2] += "The five-foot-nine Naeher, who allowed just one goal during her five starts with the U-20s in Chile, will train alongside veterans Hope Solo and Nicole Barnhart. If one or more of the college players on the roster makes it to the NCAA Women’s ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Lindsey replaces Heath on WNT training camp roster - Potomac Soccer Wire
";
arnews[3] += "Women's National Team Updated Roster GOALKEEPERS (3) : Nicole Barnhart (FC Gold Pride), Alyssa Naeher (Penn State), Hope Solo (St. Louis Athletica) DEFENDERS (7) : Brittany Bock (Los Angeles Sol), Rachel Buehler (FC Gold Pride), Lori Chalupny (St.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[3] += "
";
totcount = 4;
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("