var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="ebaypro: Exquisite MEGAN PARK silk dress, intricate hand beading
"; arnews[0] += "Exquisite MEGAN PARK silk dress, intricate hand beading -"; arnews[0] += "
"; arnews[1]="ebaypro: NEW Gorgeous MEGAN PARK silk dress Sz 1 RRP $1200 AU
"; arnews[1] += "NEW Gorgeous MEGAN PARK silk dress Sz 1 RRP $1200 AU -"; arnews[1] += "
"; arnews[2]="Melisa: #food tweets! >>> RT @theBrandiCyrus im staaarvinggg i haven't eaten since breakfast. About to make some BBQ chicken & rice with @megan_park
"; arnews[2] += ""; arnews[2] += "
"; arnews[3]="CHARITY, sorry. Don't get mad.
"; arnews[3] += "CHARITY, sorry. Don't get mad. -"; arnews[3] += "
"; arnews[4]="* D@S: thebrandicyrus: http://twitpic.com/ov3oq This is the current situation in @megan_park's room. UH-mazing.
"; arnews[4] += "thebrandicyrus:"; 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("
");