var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Vera scores first round knock out over Couture
"; arnews[0] += "In an explosive finish to a fight that was promoted based on misleading google searches, Kerry Vera took home a devastating first round technical knockout against Kim \"Sugar Free\" Couture at tonight's Strikeforce: Challengers series."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Ortiz-Forrest make weight for UFC 106, Ortiz sporting black eye from training
"; arnews[1] += "Tito Ortiz finally took off his sunglasses Friday, to reveal a black eye at the weigh-in for UFC 106."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:21:16 GMT"; arnews[1] += "
"; arnews[2]="Kavanaugh's hope: A pact overhaul
"; arnews[2] += "When Ryan Kavanaugh accepted Producer of the Year honors at the Hollywood Film Festival on Oct."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:57:32 GMT"; arnews[2] += "
"; arnews[3]="Dana White on Karo, Gina Carano, Shane McMahon & More
"; arnews[3] += "UFC President Dana White and Cain Velasquez met with UFC Fight Club members Friday in Las Vegas and discussed a variety of topics."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:34:05 GMT"; arnews[3] += "
"; arnews[4]="Point Break Writer Peter Iliff Penning American Gladiators Movie
"; arnews[4] += "After the American Gladiators made a huge television comeback on NBC with all new events and red, white and blue clad, muscle-bulging athletes, the next logical step was to somehow adapt it into a feature length motion picture as we reported earlier this year ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:50:26 GMT"; arnews[4] += "
"; arnews[5]="Strikeforce Books Jan. 30 Event in Florida
"; arnews[5] += "Strikeforcea s first stop of 2010 will at the BankAtlantic Center in Sunrise, Fla., the promotion announced in a press release on Thursday."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 03:49:34 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("
");