var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Free Abby Wambach soccer clinic - WHEC TV-10
";
arnews[0] += "Free Abby Wambach soccer clinic - WHEC TV-10 -";
arnews[0] += "
";
arnews[1]="Beau Dure: Next up -- Esky races Abby Wambach in a USAT crossword contest. RT @alecko11: http://twitpic.com/jjz7q USA Today crossword completed
";
arnews[1] += "Next up -- Esky races Abby Wambach in a USAT crossword contest. RT @";
arnews[1] += "
";
arnews[2]="OntheBall: Check out some on-set photographs of the On the Ball interview with Abby Wambach this past weekend...
";
arnews[2] += "Check out some on-set photographs of the On the Ball interview with Abby Wambach this past weekend...";
arnews[2] += "
";
arnews[3]="Edward Branley: RT @ussoccer: 63 minutes gone: #USWNT 1, Germany 0. Abby Wambach's goal is stilll the difference in Augsburg...
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Bernie Zimmermann: While I'm on the subject of #soccer, congrats to the #USWNT and lone scorer Abby Wambach for beating #Germany 1-0 today: http://3.ly/YOb
";
arnews[4] += "While I'm on the subject of";
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("