var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Adam: Naturally Ripped News Magazine - Issue 12 - Beth Horn
"; arnews[0] += "Naturally Ripped News Magazine - Issue 12 - Beth Horn -"; arnews[0] += "
"; arnews[1]="Beth Horn won’t flex but she’ll put you in a headlock
"; arnews[1] += "Beth Horn won’t flex but she’ll put you in a headlock -"; arnews[1] += "
"; arnews[2]="Josh: Girls Who Kick Your Ass: Beth Horn vs. Charlotte Craig
"; arnews[2] += "Girls Who Kick Your Ass: Beth Horn vs. Charlotte Craig -"; arnews[2] += "
"; arnews[3]="Josh: (1) Gina Carano vs. Beth Horn (4)
"; arnews[3] += "(1) Gina Carano vs. Beth Horn (4) -"; arnews[3] += "
"; arnews[4]="Danielle Rouleau: Beth Horn, Gladiator's "Venom," Signs on to USA Gymnastics
"; arnews[4] += "Beth Horn, Gladiator's \"Venom,\" Signs on to USA Gymnastics -"; arnews[4] += "
"; totcount = 5; 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("
");