var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Week in Boxing: Rumors, News, and Results
";
arnews[0] += "Margaritoa s one-year suspension in California expires later this week. An application with Texasa Dept.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:57:31 GMT";
arnews[0] += "
";
arnews[1]="Heavyweight Boxing Quiz Part 1-The Early Days
";
arnews[1] += "A lot of boxing fans know the simple things, things like Joe Louis being a champion and making 25 defences, Muhammad Ali was \"The Greatest\" but how much do you really now about the great and noble sport? This quiz is aimed at those who like to reminisce about the \"Good old days\" of the heavyweight division and all the questions have answers or are ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:08:42 GMT";
arnews[1] += "
";
arnews[2]="Valuev wants $4 mln. for WBC title bout with Ukraine's Klitschko
";
arnews[2] += "Talks on the WBC heavyweight title bout between champion Vitali Klitschko and challenger Nikolai Valuev have stalled after a promoter for the 'Russian Giant' demanded a sum of $4 million for the fight.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:40:02 GMT";
arnews[2] += "
";
arnews[3]="Idec: Jason Estrada not in awe of Tomasz Adamek
";
arnews[3] += "Jason Estrada respects that Andrew Golota remains boxing royalty in Poland. The 2004 Olympian from Providence, R.I., just doesna t think anyone should suggest that Tomasz Adameka s thorough thrashing of Golota on Oct.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 07:47:10 GMT";
arnews[3] += "
";
arnews[4]="David Haye prepares to fight 'boring' John Ruiz
";
arnews[4] += "The Hayemaker has enjoyed mixing with celebrities since beating Nikolai Valuev for the WBA heavyweight title in November.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 01:22:07 GMT";
arnews[4] += "
";
arnews[5]="Shumenov wins WBA light heavyweight title
";
arnews[5] += "Undefeated super welterweight contender Vanes Martirosyan earned a unanimous desicion over former world champion Kassim Ouma on Saturday night.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 07:29:47 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("