var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="amazonde: #9: Begegnungen [VHS]
"; arnews[0] += "#9: Begegnungen [VHS] -"; arnews[0] += "
"; arnews[1]="shira: #SOWRONG (it was a #gerbil) RT @P0TUS RT @pilkfw: Ask Richard Gere? @P0TUS Anyone know how to get a chipmunk out of a vent pipe in ur house?
"; arnews[1] += ""; arnews[1] += "
"; arnews[2]="Vickie Wyman: RT @acummings: @monikamcg @KathyCarson Richard Gere has always done it for me..... love his walk and the way clothes just fit him..(DITTO)
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="Richard Gere to speak at Tibet benefit in S.F.
"; arnews[3] += "Richard Gere to speak at Tibet benefit in S.F. -"; arnews[3] += "
"; arnews[4]="Rahmat Miftahul Habib: @NajwaShihab Is it like in Unfaithful? RT Just finished watching 'Nights in Rodanthe' by Richard Gere & Diane Lane..hate the ending.. So dep
"; arnews[4] += "@"; 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("
");