var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kansas City Wizards Juniors Squads to Enter U.S. Soccer Development Academy Program This Weekend
";
arnews[0] += "Both teams face Texas Rush AJ Auxerre Saturday and Texas SC DTH Sunday in the suburbs outside of Houston, Texas.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:52:47 GMT";
arnews[0] += "
";
arnews[1]="MLS Cup final: Real Salt Lake v La Galaxy / Worth watching
";
arnews[1] += "A season is a long time in football and nowhere has this been more readily shown than in the MLS.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:07:55 GMT";
arnews[1] += "
";
arnews[2]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
";
arnews[2] += "Reporting from Seattle - The MLS Cup logo gleams from up high, freshly painted atop the Space Needle, along with the logos of the Galaxy and Real Salt Lake.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV-Radio Notebook Musing on Heisman, BCS
";
arnews[3] += "I've seen Tony Barnhart of CBS College Sports, the dean of southern college football writers, twice in the last two weeks - once on his turf, at LSU- Alabama in Tuscaloosa, and once on more or less my turf, at Utah-TCU in Fort Worth.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:31:33 GMT";
arnews[3] += "
";
arnews[4]="WVU hoops heating up, Ollie and a fan survey
";
arnews[4] += "YE OLDE notebook: It's common around this time of year to feel that, hey, college basketball has sneaked up on us.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:30:08 GMT";
arnews[4] += "
";
arnews[5]="On Soccer: This MLS Cup to cap a memorable season
";
arnews[5] += "I can see it now. David Beckham hoisting the MLS Cup in triumph Sunday night on national TV as he conquers the league with the Los Angeles Galaxy and rides off into the sunset on a white horse to join star-studded AC Milan.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:25:00 GMT";
arnews[5] += "
";
totcount = 6;
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("