var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mosley thrilled to finally have signed fight
"; arnews[0] += "Shane Mosley bopped around the Super Bowl media center last week, chatting with anyone who wanted to listen about his upcoming fight against Floyd Mayweather Jr."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:16:01 GMT"; arnews[0] += "
"; arnews[1]="Hip-Hop Rumors: Why Treyz Songz Hired Kevin Liles! Tahiry Calls Joe "Wifa
"; arnews[1] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:24:43 GMT"; arnews[1] += "
"; arnews[2]="Will Pacquiao vs. Valero Ever Happen?
"; arnews[2] += "AfterA keeping his knockout streak alive with a remarkable stoppage of Antonio de Marco, Venezuelan Edwin Valero, who has been seeking a ring date with Manny Pacquiao, has reportedly expressed his intention to fight one of the best fighters in the junior welterweight division in the person of no less than Timothy Bradley."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:34:48 GMT"; arnews[2] += "
"; arnews[3]="Pitt, Jolie sue over split reports
"; arnews[3] += "Angelina Jolie and Brad Pitt talk before the fight between Ricky Hatton of England and Floyd Mayweather Jr."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:43:04 GMT"; arnews[3] += "
"; arnews[4]="Pacquiao 'stupid, crazy' for refusing $40-M: Mayweather Sr.
"; arnews[4] += "MANILA, Philippines The father of American boxer Floyd Mayweather Jr. criticized 7-division world champion Manny Pacquiao for dropping the Mayweather bout over a disagreement about Olympic-style drug testing."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:02:10 GMT"; arnews[4] += "
"; arnews[5]="Beristain Patches Rift with Marquez; Marquez-Khan
"; arnews[5] += "According to an article published on Mexican newspaper La Jornada on February 9, current WBA, WBO and Ring Magazine lightweight champ Juan Manuel Marquez -5-1) has cleared things up with trainer Nacho Beristain and the duo is ready to begin training forA Dinamita's next fight."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:28:29 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("
");document.write("
");