var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Beard Playboy Photos Topless & Nude (Video) Olympic Goddess
";
arnews[0] += "We know you've been waiting for it and we found it. Amanda Beard's playboy pics are at the link at the bottom.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:36:52 GMT";
arnews[0] += "
";
arnews[1]="Tony Gonzalez and Wife: Nude For PETA
";
arnews[1] += "Tony Gonzalez plays tight end for the Atlanta Falcons of the NFL. Now he and his wife are showing their own tight ends for PETA! Well, actually they're not.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:14:00 GMT";
arnews[1] += "
";
arnews[2]="Amanda Beard goes nude for PETA
";
arnews[2] += "Olympic swimmer Amanda Beard , who also has a second career as a model , was on of the athletes that opened the door for others in sports to pose for the People for the Ethical Treatment of Animals, . See video below.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hoff takes down Olympian Beard for win in 200 IM
";
arnews[3] += "LONG BEACH, Calif. - For those of you keeping score at home, it's 8-5, with the rest of the U.S. leading the North Baltimore Aquatic Club.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:23:51 GMT";
arnews[3] += "
";
arnews[4]="Belbin looks like an Olympic medalist. But we say the winner is . . .
";
arnews[4] += "A few figure skating observations as the Grand Prix series heads into its last event before the Dec.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:49:25 GMT";
arnews[4] += "
";
arnews[5]="Tweet Of The Week: Travel Makes You Smarter, So Says Mark Twain
";
arnews[5] += "We love Tuesdays. Why, you ask? Because the day brings many travel tips and quips as \"Travel Tuesday\" on Twitter, and we're going to share our favorite with you.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:42:46 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("