var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="ursi: RT @ProgressivePam: Michelle Clunie at #NEM "This is no longer a gay movement, this is a civil rights movement."
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Michelle Clunie at #NEM "We gather not because we are different, but because we are the same."#p2
"; arnews[1] += "Michelle Clunie at"; arnews[1] += "
"; arnews[2]="RT @ProgressivePam: Michelle Clunie at #NEM "We gather not because we are different, but because we are the same."#p2
"; arnews[2] += "RT @ProgressivePam: Michelle Clunie at"; arnews[2] += "
"; arnews[3]="C. Grandsire-Koevoets: GADataGuy: #NEM RT @AdrianaKraft: Michelle Clunie THis is no longer a gay rights movement - this is a civil rights movement #NEM
"; arnews[3] += "GADataGuy:"; arnews[3] += "
"; arnews[4]="PhotOh! Michelle Clunie of "Queer as Folk": "Your struggle is my struggle. Your fight is my fight."
"; arnews[4] += "PhotOh! Michelle Clunie of \"Queer as Folk\": \"Your struggle is my struggle. Your fight is my fight.\" -"; 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("
");document.write("
");