var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pro sports now ready for gay athletes - Outsports.com
";
arnews[0] += "Sheryl Swoopes' coming out in October 2005 is a great example. She had a lot to lose. She was one of the top players in her league and she had endorsement deals to protect. But when she came out, her team stood behind her; Nike, with whom she had an ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="John Amaechi to come out publicly - Outsports.com
";
arnews[1] += "John Amaechi, a former player with the Utah Jazz and Orlando Magic, has become the first NBA player to come out as gay. \"I am not a hero nor am I special in any regard,\" Amaechi told ESPN in his first television interview. \"I am simply doing what a ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
totcount = 2;
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("