var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Eduardo Alvarez introduces a new La Liga prediction feature: the Soccernet Quiniela.
"; arnews[0] += "Ladies and gentlemen, please give your warmest welcome to a new segment that will take Soccernet 's La Liga coverage to unprecedented heights : the Soccernet Quiniela ."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:55:27 GMT"; arnews[0] += "
"; arnews[1]="Michael Arace commentary: Schelotto remains the Crew's best draw
"; arnews[1] += "The Crew has offered a $400,000 pay cut to the most talented player in Major League Soccer."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:23:15 GMT"; arnews[1] += "
"; arnews[2]="Schelotto remains the Crew's best draw
"; arnews[2] += "The Crew has offered a $400,000 pay cut to the most talented player in Major League Soccer."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:02:31 GMT"; arnews[2] += "
"; arnews[3]="Few wins? No problem in world of MLS
"; arnews[3] += "Call soccer anti-American if you are so inclined, but no professional sport in this country embraces the wholly American notion of the second chance, of the endearing plight of the underdog, like soccer."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:16:14 GMT"; arnews[3] += "
"; arnews[4]="Houston Dynamo's Fall
"; arnews[4] += "Debate swirled after Los Angeles ended the Dynamo's season Friday night at Home Depot Center, 2-0, in a three-hour overtime marathon delayed by two power outages."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:02:34 GMT"; arnews[4] += "
"; arnews[5]="Long grind wears down Dynamo, again
"; arnews[5] += "Debate swirled after Los Angeles ended the Dynamo's season Friday night at Home Depot Center, 2-0, in a three-hour overtime marathon delayed by two power outages."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00: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("
");document.write("
");