var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Residents: County Commissioner stalling Dynamo stadium construction
";
arnews[0] += "Residents of the Houston East End said Harris County Commissioner El Franco Lee was the key to the construction of a stadium for the Major League Soccer team Houston Dynamo -- and accused him of stalling the project.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:33:24 GMT";
arnews[0] += "
";
arnews[1]="Bundesliga head says WCup security a concern
";
arnews[1] += "The head of the Bundesliga says Bayern Munich president Uli Hoeness was only admitting what many think privately when he cited security in South Africa as an issue ahead of this year's World Cup.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:44:14 GMT";
arnews[1] += "
";
arnews[2]="Debate over new Dynamo stadium heats up
";
arnews[2] += "Residents of Houston's East End plan to head to the County Commissioners meeting today to give their support for the Dynamo.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:56:31 GMT";
arnews[2] += "
";
arnews[3]="SMU Men's Soccer Announces Spring Schedule
";
arnews[3] += "SMU Men's Soccer announced their 2010 spring schedule today, one that includes two games against Major League Soccer teams and includes a clash with 2009 College Cup Semifinalist North Carolina.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:11:50 GMT";
arnews[3] += "
";
arnews[4]="Aztex to play the Houston Dynamo
";
arnews[4] += "The Austin Aztex announced today that they will host the Houston Dynamo of Major League Soccer in a preseason friendly on Sunday, March 14 at Nelson Field.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:08:01 GMT";
arnews[4] += "
";
arnews[5]="Lettermen gather for Monogram Club lunch
";
arnews[5] += "The Monogram Club shared both team spirit and lunch Thursday, Feb. 4, at the West Seattle Golf Club.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:48:54 GMT";
arnews[5] += "
";
arnews[6]="Smashing Pumpkins ... and Melons ... and Sometimes Big Macs
";
arnews[6] += "It is time for an enterprising and courageous member of the US House of Representatives to file articles of impeachment against the chief justice of the United States Supreme Court, John Roberts.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 20:53:39 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("