var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Dave Newhouse: Lady Day leads the way
"; arnews[0] += "Thanks, music lovers, for your enthusiastic response to my all-time top 15 male pop singers column Jan."; arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 08:43:17 GMT"; arnews[0] += "
"; arnews[1]="MMA Hotties
"; arnews[1] += "As if having a Top 20 Fighting Hotties segment wasn't enough, this weekend calls for more eye candy - this time ring girls set the stage ."; arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 08:19:39 GMT"; arnews[1] += "
"; arnews[2]="MMA Hotties
"; arnews[2] += "As if having a Top 20 Fighting Hotties segment wasn't enough, this weekend calls for more eye candy - this time ring girls set the stage ."; arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 00:21:04 GMT"; arnews[2] += "
"; arnews[3]="2009 World MMA Awards live coverage
"; arnews[3] += "LAS VEGAS a ' MMAjunkie.com is on scene and reporting live from the 2009 World MMA Awards."; arnews[3] += "
Publ.Date : Thu, 31 Dec 2009 02:15:00 GMT"; arnews[3] += "
"; arnews[4]="Nominees for Fighters Only World MMA Awards 2009
"; arnews[4] += "News 29/12/09 - Nominees for Fighters Only World MMA Awards 2009 The Fighters Only World Mixed Martial Awards Ceremony, being held at The Joint by Rogue inside the Hard Rock Hotel & Casino, Las Vegas, on Wednesday, December 30 at 7:30 pm, has quickly become the can't-miss event of the year."; arnews[4] += "
Publ.Date : Tue, 29 Dec 2009 20:25:17 GMT"; arnews[4] += "
"; arnews[5]="Life after the UFC for Logan Stanton
"; arnews[5] += "Octagon girl Logan Stanton announces the first round of the Frank Edgar and Matt Veach fight during the Ultimate Fighter Championship Saturday night at the Palms."; arnews[5] += "
Publ.Date : Sat, 19 Dec 2009 23:02:10 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("
");