var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ward Whips Kessler & Wins Technical Decision - East Side Boxing
";
arnews[0] += "By Paul Strauss - Andre S.O.G Ward dominated Mikkel Kessler from start to finish at the Oracle Arena in Oakland, CA, on Saturday. Now Showtime's Super Six is two for Europe and one for the USA. Ward could arguably feel he deserves two points for the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:14:00 GMT";
arnews[0] += "
";
arnews[1]="Ward Dominates Kessler To Win World Title - East Side Boxing
";
arnews[1] += "OAKLAND, Calif. (Nov. 21, 2009) — The United States is alive and well in the Super Six World Boxing Classic. In a scintillating performance, undefeated hometown favorite Andre Ward (21-0, 13 KOs) captured the World Boxing Association (WBA) super ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:30:00 GMT";
arnews[1] += "
";
arnews[2]="Oakland's Andre Ward stops Mikkel Kessler for WBA title - San Jose Mercury News
";
arnews[2] += "It was a technical decision by a master of technique. Andre Ward captured the World Boxing Association super-middleweight title Saturday night by being too fast and too skilled for Denmark's Mikkel Kessler, winning on points when the bout was stopped ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 GMT";
arnews[2] += "
";
arnews[3]="Fight Night: HBO, Showtime boxing doubleheader - Newsday
";
arnews[3] += "Fight Night. Once again at Casa de Richie from Levittown. The warm-up is Duran vs. Cuevas and then Duran vs. Moore. Are you getting the idea that the host is a Duran fan? Richie from Levittown does, however, point out that some of Manny Pacquiao's ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:57:00 GMT";
arnews[3] += "
";
arnews[4]="Andre Ward wins WBA Super Middleweight title - Inside Bay Area
";
arnews[4] += "It was a technical decision by a master of technique. Andre Ward captured the WBA Super Middleweight title Saturday night by being too fast and too skilled for Denmark's Mikkel Kessler. Ward won on points when the bout was stopped at 1:42 of the 11th ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:14:00 GMT";
arnews[4] += "
";
arnews[5]="Shawn Porter Tops “Boxing’s Future Champions III” Pay Per View ... - Doghouseboxing.com
";
arnews[5] += "Tunica, MS – Prize Fight Boxing showcases a slew of young talent on “Boxing’s Future Champions III” Saturday Night at Fitzgeralds Casino in Tunica, MS. The main event of the evening features highly touted junior middleweight Shawn “Showtime ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:37: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("