var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Not to stick a (Space) needle in MLS' balloon, but is it sound?
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 05:33:51 GMT";
arnews[0] += "
";
arnews[1]="Irish remain up in arms over handball
";
arnews[1] += "DUBLIN, Ireland - Soccer-mad Ireland is fighting mad - and demanding justice for a disputed goal that had fans here crying \"Oui were robbed.\" A blown call by referees cost the luckless Irish a spot in the World Cup in a loss to star-studded France.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Ireland demands replay
";
arnews[2] += "DUBLIN, Ireland - Soccer-mad Ireland is fighting mad - and demanding justice for a disputed goal that had fans here crying \"Oui were robbed.\" AP France's Thierry Henry, second left, passes the ball as Ireland's goalkeeper Shay Given, right, tries to stop it, just before William Gallas scored the goal for France during their World Cup qualifying ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="TFC's Preki: Long time coming
";
arnews[3] += "The move of Preki to Toronto FC as head coach, completed with a three-year contract announcement Thursday, actually began back in the summer of 2007.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hand-ball controversy could wreck NYRB move for Henry
";
arnews[4] += "France striker Thierry Henrya s hand-ball incident in Wednesdaya s World Cup qualifying win over the Republic of Ireland may have further repercussions for him.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:31:40 GMT";
arnews[4] += "
";
arnews[5]="Irish appeal to French honour, demand playoff replay after Henry handball
";
arnews[5] += "France's Thierry Henry, second left, passes the ball as Ireland's goalkeeper Shay Given, right, tries to stop it, just before William Gallas scored the goal for France during their World Cup qualifying playoff second leg soccer match at the Stade de France stadium in Saint Denis outside Paris, Wednesday Nov.18, 2009.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:09: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("