var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="futbollog: Juan Pablo Angel
"; arnews[0] += "Juan Pablo Angel -"; arnews[0] += "
"; arnews[1]="Adrian Fred: The MLS International: Angel dust: Could Juan Pablo be gone
"; arnews[1] += "The MLS International: Angel dust: Could Juan Pablo be gone -"; arnews[1] += "
"; arnews[2]="Ikushka: Juan Pablo Angel record-breaking goal, New York vs Chivas USA: Author: metrofanatic Keywords: metrostars mls s.. http://htxt.it/oPZ5
"; arnews[2] += "Juan Pablo Angel record-breaking goal, New York vs Chivas USA: Author: metrofanatic Keywords: metrostars mls s.."; arnews[2] += "
"; arnews[3]="Ikushka: Juan Pablo Angel record-breaking goal, New York vs Chivas USA: Author: metrofanatic Keywords: metrostars mls s.. http://htxt.it/zy7v
"; arnews[3] += "Juan Pablo Angel record-breaking goal, New York vs Chivas USA: Author: metrofanatic Keywords: metrostars mls s.."; arnews[3] += "
"; arnews[4]="Beau Dure: 2-0 Red Bulls: Juan Pablo Angel gets time and space. No more needs to be said.
"; arnews[4] += "2-0 Red Bulls: Juan Pablo Angel gets time and space. No more needs to be said."; arnews[4] += "
"; totcount = 5; 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("
");