var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview with Hope Solo, USWNT and St Louis Athletica Goalkeeper - Soccerlens
";
arnews[0] += "Hope Solo is the goalkeeper for the US national team, a 2008 Beijing Olympic Gold medalist, and now the undaunted keeper for St. Louis Athletica, a WPS team currently at the bottom of the table. Noted for her outspoken comments about her coach’s ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 20:58:00 GMT";
arnews[0] += "
";
arnews[1]="Vineland native named to women's U.S. national soccer team - Atlantic City Press
";
arnews[1] += "After she graduated, she was drafted by the St. Louis Athletica of the Women's Professional Soccer league, but didn't see much time with Hope Solo in front of her, who is also part of the national soccer team. On Jan. 15, Loyden was traded to Chicago ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 20:08:00 GMT";
arnews[1] += "
";
arnews[2]="High school athletes of the week - Democrat and Chronicle
";
arnews[2] += "School: Greece Athena. Position: Right wing. Class/age: Senior/17. The scoop: Fourth-year player and key member of last year’s state championship squad, he scored four goals in a win and a tie for the Greece Thunder last week. That included the ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 09:58:00 GMT";
arnews[2] += "
";
arnews[3]="Philadelphia Independence Take WPS All-Star Karina LeBlanc in ... - Bleacherreport.com
";
arnews[3] += "In the span of five months the expansion Philadelphia Independence have managed to add not one but two goalkeepers from the 2009 regular season champion Los Angeles SOL. Philadelphia’s latest roster addition, Karina LeBlanc, arrives courtesy of ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 02:29:00 GMT";
arnews[3] += "
";
arnews[4]="Athletica select Shannon Boxx in dispersal draft - KSDK
";
arnews[4] += "teammates Lori Chalupny, Lindsay Tarpley, and Hope Solo when training camp opens on March 1. Athletica now has four of the eleven starters from the gold medal match of the 2008 Beijing Olympic Games in their potential starting lineup.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 03:40:00 GMT";
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("