var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lennox Lewis predicts Kessler victory; Sonsona vacates title – News - BoxingNews24.com
";
arnews[0] += "I think too much is made of boxers who havnt fought at a certain level yet. It does mean something but it doesnt mean everything. Just cuz he aint fought a Kessler yet doesnt mean he cant beat him. But saying that i dont think his powers up to much ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:22:00 GMT";
arnews[0] += "
";
arnews[1]="Lennox Lewis: "David Haye Can Beat Wladimir Klitschko" - Boxing Scene
";
arnews[1] += "Former undisputed heavyweight champ Lennox Lewis is backing his friend and countryman David Haye, the new WBA heavyweight champion, to beat Wladimir Klitschko, who holds the IBF/WBO titles. Although Lewis is backing Haye to batter Wladimir, he doesn ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 12:20:00 GMT";
arnews[1] += "
";
arnews[2]="Lennox Lewis feels Vitali Klitschko would be a problem for Haye - BoxingNews24.com
";
arnews[2] += "By Scott Gilfoid: Former heavyweight champion Lennox Lewis thinks that World Boxing Council heavyweight champion Vitali Klitschko would be problems for WBA heavyweight champion David Haye, according to the BBC. Lewis, who struggled to beat Vitali on ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 03:07:00 GMT";
arnews[2] += "
";
arnews[3]="Former heavyweight champ in JBBC's corner - Jamaica Gleaner
";
arnews[3] += "Former world heavyweight boxing champion Lennox Lewis is interested in the development of a national gym and the overall improvement of local boxing, according to vice-president of the Jamaica Boxing Board of Control (JBBC), Steven Jones. Jones, a ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:18:00 GMT";
arnews[3] += "
";
arnews[4]="Boxing's three biggest turkeys of the last 25 years - Examiner
";
arnews[4] += "In recognition of the impending Thanksgiving holiday, I decided to nominate the three biggest turkey’s to grace the sport of boxing over the course of the past 25 years. Without further adieu, below are my rankings. 1) Mitch “Blood” Green ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:59:00 GMT";
arnews[4] += "
";
arnews[5]="Pacquiao-Cotto Jabs 1.25 Million Buys, $70 Million In PPV Revenue - Multichannel Online
";
arnews[5] += "Manny Pacquiao wasn't' the only big winner Saturday night: HBO Pay-Per-View connected with 1.25 million buys. Translating into some $70 million in PPV revenue, Pacquiao's 12th-round TKO over Miguel Cotto on Nov. 14 marked the first time that back-to ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:48:00 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("