var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Morgan Lynch: Pacquiao-Mayweather talks on - report
";
arnews[0] += "Pacquiao-Mayweather talks on - report -";
arnews[0] += "
";
arnews[1]="Arijit Das: Manny Pacquiao vs Floyd Mayweather: It's an easy deal
";
arnews[1] += "Manny Pacquiao vs Floyd Mayweather: It's an easy deal -";
arnews[1] += "
";
arnews[2]="The Guardian: Manny Pacquiao 'can't fight at all', says Floyd Mayweather Sr
";
arnews[2] += "Manny Pacquiao 'can't fight at all', says Floyd Mayweather Sr -";
arnews[2] += "
";
arnews[3]="Latest Breaking News: Manny Pacquiao and Floyd Mayweather Should Agree on 50-50 Purse Split
";
arnews[3] += "Manny Pacquiao and Floyd Mayweather Should Agree on 50-50 Purse Split -";
arnews[3] += "
";
arnews[4]="Jeff Wiegand: RT @JimAyson: Floyd Sr. says "Pacquiao can't fight at all" http://bit.ly/59dpMV hahahahahaha. ok mayweathers....
";
arnews[4] += "RT @";
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("