var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Susie Rantz: Reminder: CATZ Sports Performance is holding a grand opening now! Hope Solo there! More details here: http://is.gd/4OVRI
";
arnews[0] += "Reminder: CATZ Sports Performance is holding a grand opening now! Hope Solo there! More details here:";
arnews[0] += "
";
arnews[1]="Jon: Jonathan I wonder if Elizabeth Lambert(UNM soccer hooligan) is a fan of Hope Solo, or reads The Atlantic (great article) http://bit.ly/30eVOt.
";
arnews[1] += "I wonder if Elizabeth Lambert(UNM soccer hooligan) is a fan of Hope Solo, or reads The Atlantic (great article)";
arnews[1] += "
";
arnews[2]="Jon: I wonder if Elizabeth Lambert(UNM soccer hooligan) is a fan of Hope Solo, or reads The Atlantic (great article) http://bit.ly/30eVOt
";
arnews[2] += "I wonder if Elizabeth Lambert(UNM soccer hooligan) is a fan of Hope Solo, or reads The Atlantic (great article)";
arnews[2] += "
";
arnews[3]="first Brandi's bra, then Hope Solo, then UNM-BYU, then high school soccer. What about all the World Cups, Olympics, or league championships?
";
arnews[3] += "first Brandi's bra, then Hope Solo, then UNM-BYU, then high school soccer. What about all the World Cups, Olympics, or league championships? -";
arnews[3] += "
";
arnews[4]="@eatthedocument @girltrueheart I predict we'll see Bruce tour in some form in 2010 - i hope solo. It's a whole different kind of amazing.
";
arnews[4] += "@";
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("