var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heavyweight champ David Haye on how he became the best boxer in the world
";
arnews[0] += "Heavyweight champ David Haye began his journey to the top by earning the respect of the tough council estate he grew up on.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:36:46 GMT";
arnews[0] += "
";
arnews[1]="Fatty Ricky should give it up
";
arnews[1] += "MANNY PACQUIAO confirmed himself as one of the all-time greats when he stopped Miguel Cotto in Las Vegas.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:06:19 GMT";
arnews[1] += "
";
arnews[2]="When in Rome ... do as the vegetarians do
";
arnews[2] += "For my lunch on Friday I had a vegetarian main course. That is an unusual occurrence.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:17:39 GMT";
arnews[2] += "
";
arnews[3]="Joe Calzaghe Says: Manny and Haye leading the way
";
arnews[3] += "SO much is going on in the world of boxing at the moment. There are so many talking points, it is going to be difficult to fit everything into this column, so I had better crack on! Firstly, I would like to wish a massive thanks to everyone who is coming to our show in Newport tonight, I am looking forward to it and hopefully people will enjoy it ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:26:13 GMT";
arnews[3] += "
";
arnews[4]="David Haye: Two of my cousins were murdered...it's made me realise how fragile life can be
";
arnews[4] += "You don't get to be heavyweight champion of the world without steely resolution, a hunger for success and an appetite for hard graft.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:41:21 GMT";
arnews[4] += "
";
arnews[5]="David Haye: Two of my cousins were murdered...it's made me realise who fragile life can be
";
arnews[5] += "You don't get to be heavyweight champion of the world without steely resolution, a hunger for success and an appetite for hard graft.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:26:05 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("