var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Shaq Vs. : Oscar de la Hoya
"; arnews[0] += "Shaq Vs. : Oscar de la Hoya"; arnews[0] += "
Publ.Date : Sun, 27 Sep 2009 11:29:49 GMT"; arnews[0] += "
"; arnews[1]="Shaq vs. Oscar De La Hoya fight - Just released
"; arnews[1] += "Here is an excerpt from the \"Shaq\" vs. Oscar De La Hoya boxing match. It has just been released. Planet Hollywood Hotel ... Shaq Shaquille O'neal \"Shaq Vs\" Oscar De La Hoya boxing..."; arnews[1] += "
Publ.Date : Thu, 20 Aug 2009 00:08:51 GMT"; arnews[1] += "
"; arnews[2]="Boxer Oscar De La Hoya announces his retirement
"; arnews[2] += "Oscar de La Hoya has announced his retirement as a boxer, admitting he could no longer fight at the highest level. The 36-year-old former Olympic gold medalist revealed his..."; arnews[2] += "
Publ.Date : Wed, 15 Apr 2009 07:46:23 GMT"; arnews[2] += "
"; arnews[3]="De La Hoya vs Pacquiao Highlights (HBO)
"; arnews[3] += "Highlights from Manny Pacquiao's dominating victory over Oscar De La Hoya. The fight originally aired 12/6/08 from Las Vegas. For more on HBO Boxing, log onto HBO.com."; arnews[3] += "
Publ.Date : Thu, 08 Jan 2009 21:19:22 GMT"; arnews[3] += "
"; arnews[4]="Oscar De La Hoya is NOT a transvestite
"; arnews[4] += "Watch more at http://www.theyoungturks.com"; arnews[4] += "
Publ.Date : Wed, 11 Jun 2008 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Oscar De La Hoya vs. Floyd Mayweather Jr. (Part 8/11)
"; arnews[5] += "Pretty Boy Floyd wins a close split decision in a tactical affair."; arnews[5] += "
Publ.Date : Sat, 10 Nov 2007 21:09:03 GMT"; arnews[5] += "
"; arnews[6]="Oscar De La Hoya vs. Floyd Mayweather Jr. (Part 6/11)
"; arnews[6] += "Pretty Boy Floyd wins a close split decision in a tactical affair."; arnews[6] += "
Publ.Date : Sat, 10 Nov 2007 21:07:52 GMT"; arnews[6] += "
"; document.title=document.title+ " "; arnews[7]="Oscar De La Hoya Vs. Floyd Mayweather
"; arnews[7] += "Highlights Of the epic boxing match between these 2 fantastic boxers. All rights to HBO, I payed for the match."; arnews[7] += "
Publ.Date : Mon, 04 Jun 2007 06:12:27 GMT"; arnews[7] += "
"; arnews[8]="USA: BOXING - Floyd Mayweather defeats Oscar de la Hoya in one of boxing's richest fights
"; arnews[8] += "After one of the most lucrative fights in boxing history, winner Floyd Mayweather and loser Oscar de la Hoya say they gave the fans what they wanted: a hell of a fight. After..."; arnews[8] += "
Publ.Date : Mon, 07 May 2007 00:00:00 GMT"; arnews[8] += "
"; arnews[9]="Best Oscar de la Hoya video EVER!!
"; arnews[9] += "Lets make the rematch happen!!! OSCAR WON THAT FIGHT!!! Oscar de la hoya high lights.The Song is Lux Aeterna . If you like this video check out my other videos too!"; arnews[9] += "
Publ.Date : Tue, 21 Nov 2006 10:50:10 GMT"; arnews[9] += "
"; totcount = 10; 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("
");document.write("
");