var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pros' picks
";
arnews[0] += "MMA Live stacks the deck with recaps of UFC 105 and WEC 44, as well as a preview of UFC 106: Ortiz vs.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:37:58 GMT";
arnews[0] += "
";
arnews[1]="Ortiz enters UFC 106 taller than before
";
arnews[1] += "Tito Ortiz and Forrest Griffin have both played their part in securing the future of mixed martial arts.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:16:21 GMT";
arnews[1] += "
";
arnews[2]="Jake Rossen
";
arnews[2] += "MMA Live stacks the deck with recaps of UFC 105 and WEC 44, as well as a preview of UFC 106: Ortiz vs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:15:36 GMT";
arnews[2] += "
";
arnews[3]="Enter to win
";
arnews[3] += "Tito Ortiz makes his return to the Octagon in the long awaited rematch against UFC superstar Forrest Griffin...UFC 106: Ortiz vs.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:38:16 GMT";
arnews[3] += "
";
arnews[4]="Former champions face off at UFC 106
";
arnews[4] += "Tito Ortiz returns to the UFC after being away for 18 months when he meets Forrest Griffin at UFC 106 at the Mandalay Bay.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:04:49 GMT";
arnews[4] += "
";
arnews[5]="White, Ortiz pals again
";
arnews[5] += "If Dana White had to plug his nose before going back into business with Tito Ortiz, he's not letting on.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:04:31 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("