var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video): Examiner.com We offered him what I tho.. http://bit.ly/6HCcRo
";
arnews[0] += "Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video): Examiner.com We offered him what I tho..";
arnews[0] += "
";
arnews[1]="Randomness: White interview: Lesnar was only fighting at 60-percent of potential - Yahoo! Sports
";
arnews[1] += "White interview: Lesnar was only fighting at 60-percent of potential - Yahoo! Sports -";
arnews[1] += "
";
arnews[2]="Fedor: "Desejo ao companheiro Brock Lesnar uma rápida recuperação. É sempre triste qdo um lutador tem q se retirar de uma luta por lesão"
";
arnews[2] += "Fedor: \"Desejo ao companheiro Brock Lesnar uma rápida recuperação. É sempre triste qdo um lutador tem q se retirar de uma luta por lesão\" -";
arnews[2] += "
";
arnews[3]="Quote of the Day: Brock Lesnar Was Performing at 60% of his Potential
";
arnews[3] += "Quote of the Day: Brock Lesnar Was Performing at 60% of his Potential -";
arnews[3] += "
";
arnews[4]="BJJ Legends: Quote of the Day: Brock Lesnar Was Performing at 60% of his Potential http://su.pr/1sqbhM
";
arnews[4] += "Quote of the Day: Brock Lesnar Was Performing at 60% of his Potential";
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("