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]="Mike & Mike in the Morning
";
arnews[1] += "Greeny and Golic spent the day reliving the best and worst of the '80s with Larry Bird, Joe Montana, John McEnroe and more.";
arnews[1] += "
Publ.Date : Thu, 09 Jul 2009 12:21:22 GMT";
arnews[1] += "
";
arnews[2]="Kournikova still shines bright
";
arnews[2] += "This is a July 23, 2008 file photo showing Anna Kournikova smiling during a news conference before her match at the Kastles tournament in Washington.Tennis pinup queen Anna Kournikova has spent more time posing for photos than raising tournament trophies.";
arnews[2] += "
Publ.Date : Wed, 08 Jul 2009 05:28:08 GMT";
arnews[2] += "
";
arnews[3]="Media Blitz: D-Wade, K-Love, and KB24
";
arnews[3] += "Wade ... with antlers. And fire. Dwyane Wade looks like he needs a hug, having to watch his pals LeBron James and Dwight Howard duke it out in Game 6 of the Eastern Conference Finals on his mobile device , his Miami Heat having been eliminated in the first round by the Hawks.";
arnews[3] += "
Publ.Date : Tue, 02 Jun 2009 15:48:00 GMT";
arnews[3] += "
";
arnews[4]="Kournikova trades tennis racket for diamond ring
";
arnews[4] += "Anna Kournikova was sparkling brighter than usual. Kournikova, who has long been linked to singer Enrique Iglesias, showed up for Monday night's World Team Tennis match with a huge diamond ring on her left ring finger -- the finger normally reserved for engagement rings.";
arnews[4] += "
Publ.Date : Tue, 07 Jul 2009 16:06:31 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("