var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Danny Green Gets American Help To Beat Roy Jones Jr. - Boxing Scene
";
arnews[0] += "IBO cruiserweight champion Danny Green has brought in two American sparring partners, light heavyweight Cedric Agnew (11-0, 4KOs) and middleweight Anthony Greenidge (14-3, 5KOs) to prepare for his title defense against Roy Jones Jr. on December 2 ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:01:00 GMT";
arnews[0] += "
";
arnews[1]="Roy Jones Jr. Believes He Has More to Prove in Australia - Boxing Scene
";
arnews[1] += "Because of the recent preoccupation by the boxing media with Manny Pacquiao, Miguel Cotto and this weekend's upcoming fight between Mikkel Kessler and Andre Ward in Showtime's Super Six World Boxing Classic – many other promotions and somewhat ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:29:00 GMT";
arnews[1] += "
";
arnews[2]="Danny Green loads up his $4m punch - Adelaide Now
";
arnews[2] += "FOR weeks, Danny Green has been telling anyone willing to listen that his bout with Roy Jones Jr is the biggest in Australia's boxing history. And maybe, he will have the pay packet to prove it. Just 10 days before the Acer Arena showdown, The Sunday ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:23:00 GMT";
arnews[2] += "
";
arnews[3]="Team RSR Fight Picks: Andre Ward vs. Mikkel Kessler - Ringside Report
";
arnews[3] += "Ward is an exceptional natural talent, as proven by his amateur success, and is sometimes compared to Roy Jones, JR. for his raw speed and quickness. Although Ward is young and relatively inexperienced as a pro, he feels like his time has come and it ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT";
arnews[3] += "
";
arnews[4]="Tournaments drawing boxing fans - PITTSBURGH TRIBUNE-REVIEW
";
arnews[4] += "• Boxing seems to be flourishing in the area, and tournaments like the charitable \"Rumble in the Valley\" help prove that point. Hundreds of fans flocked to the James 5:16 Center in West Tarentum last Saturday to watch a number of talented fighters ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:02:00 GMT";
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("