var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="'Obama, I know You are Listening': Gay Rights Activists March in D.C.
"; arnews[0] += "Judy Shepard stood before a massive crowd at the Capitol on Sunday for a single, painful reason."; arnews[0] += "
Publ.Date : Mon, 12 Oct 2009 19:49:39 GMT"; arnews[0] += "
"; arnews[1]="National Equality March with SAG
"; arnews[1] += "Screen Actors Guild members, SAG's National LGBT Actors Committee, and SAG staff marched with thousands of activists from around the country today in Washington D.C. as part of the National Equality March, which coincided with National Coming Out Day."; arnews[1] += "
Publ.Date : Mon, 12 Oct 2009 15:49:47 GMT"; arnews[1] += "
"; arnews[2]="'Obama, I know you are listening': Gay activists march to Capitol
"; arnews[2] += "Judy Shepard stood before a massive crowd at the Capitol on Sunday for a single, painful reason."; arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 02:00:01 GMT"; arnews[2] += "
"; arnews[3]="Four Days to the National Equality March
"; arnews[3] += "The AP's Lisa Leff writes of the National Equality March : \"A Democrat in the White House."; arnews[3] += "
Publ.Date : Wed, 07 Oct 2009 01:29:47 GMT"; arnews[3] += "
"; totcount = 4; 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("
");