var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MLS takes TFC for granted
";
arnews[0] += "Somewhere in New York, there are more than a few people who take the rabid fan base of Toronto FC for granted.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:17:28 GMT";
arnews[0] += "
";
arnews[1]="What Tea Partiers See-- and What They Don't
";
arnews[1] += "I don't see why Tea Party Patriots in Nashville paid Sarah Palin $100,000 for a keynote last week when, for no more than the love of country, they could have honored me, a living witness to the Boston Tea Party of December 16,1973. I would have told them how I stood boldly that day on Boston's old Congress Street Bridge as the American Revolution ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:18:14 GMT";
arnews[1] += "
";
arnews[2]="New England in talks to sign Senegalese M Desire
";
arnews[2] += "The New England Revolution are locked in advanced negotiations to sign Senegalese midfielder Niouky Desire, according to sources familiar with the discussions.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:32:17 GMT";
arnews[2] += "
";
arnews[3]="New federal agency to track climate change
";
arnews[3] += "The Obama administration on Monday proposed a new agency to study and report on the changing climate.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:44:18 GMT";
arnews[3] += "
";
arnews[4]="United acquires forward Cristman from Wizards
";
arnews[4] += "D.C. United acquired forward Adam Cristman from the Kansas City Wizards in return for one of its international roster spots until December 31, 2011, the Major League Soccer clubs announced on Wednesday.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Slaking the thirst for water
";
arnews[5] += "Steven Solomon has written a masterful history of what is becoming the world's scarcest critical resource.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:58:14 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("