var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Michael Bisping trains with Rampage Jackson [at the 1:20 min mark] - Bloodyelbow.com
"; arnews[0] += "\"Rampage has just arrived in the county a couple days ago, so we're just starting to get down to all that now. He's showing me some good drills, some stuff I've been working on but you know slightly more specific stuff to do with it, that's already ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 13:38:00 GMT"; arnews[0] += "
"; arnews[1]="Latest UFC 110 Stories - MMAFighting.com
"; arnews[1] += "Some of the topics Silva talked about were his upcoming fight against Michael Bisping at UFC 110 , his favorite fights and why he is no longer striving for a fight against Anderson Silva."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 20:05:00 GMT"; arnews[1] += "
"; arnews[2]="UFC 110: Nogueira vs. Velasquez Fight Card - MMAFrenzy.com
"; arnews[2] += "Velasquez,” which takes place on February 21 at the Acer Arena in Sydney, Australia, is now complete. UFC 110 is headlined by a matchup between heavyweight contenders Antonio Rodrigo Nogueira and Cain Velasquez, and also features Michael Bisping vs ..."; arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 18:29:00 GMT"; arnews[2] += "
"; arnews[3]="Nate Marquardt Ready to Claim Top Contender Spot After Initial ... - MMAFighting.com
"; arnews[3] += "LAS VEGAS -- The original plan for Nate Marquardt was to have him face Dan Henderson, and the winner would receive a shot at the middleweight title. But after Henderson, a free agent following his UFC 100 victory over Michael Bisping, signed with ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 07:38:00 GMT"; arnews[3] += "
"; arnews[4]=""Countdown to UFC 110" preview show debuts Feb. 18 on Spike TV - MMAjunkie.com
"; arnews[4] += "The next installment of the Ultimate Fighting Championship's traditional pre-event preview show debuts Feb. 18 at 11 p.m. ET/PT with \"Countdown to UFC 110.\" The Spike TV special spotlights \"UFC 110: Nogueira vs. Velasquez,\" which takes place Feb. 21 ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 18:00:00 GMT"; arnews[4] += "
"; arnews[5]="UFC 109 Update: Nate Marquardt vs. Chael Sonnen Winner Gets Title Shot - Bleacherreport.com
"; arnews[5] += "Dana White made it official at today's UFC 109 pre-fight press conference: The Nate Marquardt-Chael Sonnen winner will get a title shot that will come against either Anderson Silva or Vitor Belfort. Silva and Belfort are set to face off in a title ..."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 22:25: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("
");document.write("
");