var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DAVID HAYE AND NIKOLAI VALUEV IN REMATCH - Daily Star
";
arnews[0] += "Londoner Haye must first defend his WBA world heavyweight title against American John Ruiz in London in March or April. But Richard Schaefer, co-boss of Golden Boy Promotions, says the Londoner could then face veteran Hopkins later next year.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:05:00 GMT";
arnews[0] += "
";
arnews[1]="News: Team Sauerland Statement On Valuev-Haye / Ruiz Celebrates And ... - East Side Boxing
";
arnews[1] += "Team Sauerland believes there was nothing wrong with picking David Haye as an opponent for Nikolai Valuev. The Russian Giant lost his WBA Heavyweight Title on November 7 when the British challenger clinched a majority decision in front of a sell-out ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:45:00 GMT";
arnews[1] += "
";
arnews[2]="DAVID HAYE AND NIKOLAI VALUEV IN REMATCH - Daily Star
";
arnews[2] += "Boxing champion David Haye and Russian giant Nikolai Valuev are lined up for a rematch next year. And Britain’s latest world champion could also land a money-spinning clash with American legend Bernard Hopkins. Golden Boy Promotions and German ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:05:00 GMT";
arnews[2] += "
";
arnews[3]="Nikolai Valuev Speaks Out About Decision to take David Haye Boxing ... - Doghouseboxing.com
";
arnews[3] += "ST. PETERSBURG, Russia—Former two-time World Boxing Association heavyweight champion Nikolai Valuev felt compelled today to post comments on his company’s Website (www.box-way.ru) regarding his decision to agree to make an optional defense of his ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[3] += "
";
arnews[4]="David Haye may be forced into rematch with Nikolai Valuev - The Guardian
";
arnews[4] += "Nikolai Valuev's manager says his contract with David Haye, above, allows for a rematch. Photograph: Al Bello/Getty Images David Haye , the new WBA heavyweight champion, might have to fight Russian Nikolai Valuev all over again, according to the ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:35:00 GMT";
arnews[4] += "
";
arnews[5]="News: John Ruiz, Nikolai Valuev; Miguel Espino - East Side Boxing
";
arnews[5] += "LAS VEGAS (November 17, 2009) – Two-time World Boxing Association (WBA) heavyweight champion John “The Quietman” Ruiz is a promotional free agent for the first time this century as he looks ahead to his 12th world title fight, mandated by the ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:33:00 GMT";
arnews[5] += "
";
arnews[6]="comments on: News: John Ruiz, Nikolai Valuev; Miguel Espino - East Side Boxing
";
arnews[6] += "Why, ist it really THAT crazy? Sauerland had to divide his profits with King and King holds options on Valuev. So if Sauerland managed to ink a deal alone with Haye, he now got free from King, can milk Haye alone and still gets half of the fees any ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[6] += "
";
totcount = 7;
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("