var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tony DiCicco, Boston Breakers Add "Pair Of Pilots" In WPS Dispersal Draft
";
arnews[0] += "Boston Breakers' coach Tony DiCicco drafted U.S. Women's National Team defender Stephanie Cox, and recent college draft pick Michelle Enyeart, during the Women's Professional Soccer Dispersal Draft today.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:47:22 GMT";
arnews[0] += "
";
arnews[1]="LA Sol Distribution Draft Predictions
";
arnews[1] += "With the Los Angeles Sol discontinuing operations in Women's Professional Soccer and the players being divvied up among the remaining eight franchises in a distribution draft tomorrow, experts and fans alike have been speculating the order of picks.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:20:57 GMT";
arnews[1] += "
";
arnews[2]="WPS Memorabilia Auction to Benefit the Michelle Akers Horse Rescue
";
arnews[2] += "In a real-life example of extending a hand to a friend in need, Women's Professional Soccer has stepped forward to help soccer legend, Michelle Akers.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 23:42:40 GMT";
arnews[2] += "
";
arnews[3]="Extra effort lifts Southern women past UNO
";
arnews[3] += "Globe/B.W. Shepherd Nebraska-OmahaA's Autralius Sanders dives over Missouri SouthernA's Myriah Hicks in pursuit of a loose ball during an MIAA game Saturday at the Leggett & Platt Athletic Center.";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 06:47:31 GMT";
arnews[3] += "
";
arnews[4]="A to Z with Tripp Prevatt
";
arnews[4] += "Area player I would pay to watch play: Jordan Chung from Oak Hall because of his speed, ability on the ball and his fluidity.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pacquiao lines up new foe to replace Mayweather
";
arnews[5] += "While Floyd Mayweather Jr.'s camp believes his prospective bout with Manny Pacquiao can be saved, Pacquiao's promoter says he's moving on.";
arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 08:21:33 GMT";
arnews[5] += "
";
arnews[6]="Friday Night Lights
";
arnews[6] += "And now the Fire is preparing to introduce him as Denis Hamlett 's replacement Monday at Toyota Park.";
arnews[6] += "
Publ.Date : Sat, 09 Jan 2010 06:55:49 GMT";
arnews[6] += "
";
totcount = 7;
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("