var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Body Issue
";
arnews[0] += "Nude Volleyball A couple of ESPN Mag writers crash the world's biggest nude volleyball tournament.";
arnews[0] += "
Publ.Date : Sun, 11 Oct 2009 00:06:40 GMT";
arnews[0] += "
";
arnews[1]="Reno's Gina Carano poses semi-nude on cover of ESPN magazine's body issue
";
arnews[1] += "Tennis star Serena Williams, the NBA's Dwight Howard, the NFL's Adrian Peterson and mixed martial artist Gina Carano are among the 30-plus athletes posing nude or semi-nude in ESPN The Magazine's first-ever \"Body Issue\" hitting newsstands Oct.";
arnews[1] += "
Publ.Date : Thu, 08 Oct 2009 21:33:00 GMT";
arnews[1] += "
";
arnews[2]="Presenting the first-ever Body Issue
";
arnews[2] += "Nude Volleyball A couple of ESPN Mag writers crash the world's biggest nude volleyball tournament.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 17:53:59 GMT";
arnews[2] += "
";
arnews[3]="LASIK surgeon helping Olympians focus on gold
";
arnews[3] += "EAST HANOVER - Standing atop the podium in Vancouver as the world's best in speedskating is a feat that reigning Olympic champion Chad Hedrick hopes to duplicate this winter.";
arnews[3] += "
Publ.Date : Sun, 13 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Dancing's Maksim: I'm happy to be with Debi Mazar
";
arnews[4] += "Maksim Chmerkovskiy may have met his perfect match a ' and we're not talking about Karina Smirnoff .";
arnews[4] += "
Publ.Date : Tue, 08 Sep 2009 18:59:18 GMT";
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("