var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ProElite World News: "The Ultimate Fighter 11" coaches? Tito Ortiz wants to coach opposite Forrest Griffin (MMAJunkie.com)
";
arnews[0] += "\"The Ultimate Fighter 11\" coaches? Tito Ortiz wants to coach opposite Forrest Griffin (MMAJunkie.com) -";
arnews[0] += "
";
arnews[1]="alberto: Tito Ortiz vs Forrest Griffin 21/11/2009 (0 puntos)
";
arnews[1] += "Tito Ortiz vs Forrest Griffin 21/11/2009 (0 puntos) -";
arnews[1] += "
";
arnews[2]="Mixed Martial: Pictures: UFC 106: Pictures: UFC 106 Forrest Griffin outpointed Tito Ortiz on two of the judges’ scorecards to .. http://bit.ly/8LqeVL
";
arnews[2] += "Pictures: UFC 106: Pictures: UFC 106 Forrest Griffin outpointed Tito Ortiz on two of the judges’ scorecards to ..";
arnews[2] += "
";
arnews[3]="Mixed Martial: Pictures: UFC 106: Pictures: UFC 106 Forrest Griffin outpointed Tito Ortiz on two of the judges’ scorecards to ta... http://bit.ly/8LqeVL
";
arnews[3] += "Pictures: UFC 106: Pictures: UFC 106 Forrest Griffin outpointed Tito Ortiz on two of the judges’ scorecards to ta...";
arnews[3] += "
";
arnews[4]="Monday Morning Wrap Up: UFC 106 Tito Ortiz vs Forrest Griffin 2
";
arnews[4] += "Monday Morning Wrap Up: UFC 106 Tito Ortiz vs Forrest Griffin 2 -";
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("