var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Johnn Luevanos: The Young and the Restless - Behind the Scenes: Y&R Photo Shoot
"; arnews[0] += "The Young and the Restless - Behind the Scenes: Y&R Photo Shoot -"; arnews[0] += "
"; arnews[1]="Just met @mmm_papi (she's in line for a drink). Also, @amelia_heinle, I got your shirt: http://twitpic.com/46qsx
"; arnews[1] += "Just met @mmm_papi (she's in line for a drink). Also, @amelia_heinle, I got your shirt:"; arnews[1] += "
"; arnews[2]="Hollywood Rag - Celebrity Gossip Board | Amelia Heinle - 'Ghost ... http://tinyurl.com/qmjydf
"; arnews[2] += "Hollywood Rag - Celebrity Gossip Board | Amelia Heinle - 'Ghost ..."; arnews[2] += "
"; arnews[3]="@amelia_heinle At McDo's drive-thru now, thought of you. Where is my update email?!
"; arnews[3] += "@amelia_heinle At McDo's drive-thru now, thought of you. Where is my update email?! -"; arnews[3] += "
"; arnews[4]="Thad Luckinbill and Amelia Heinle Expecting a Daughter
"; arnews[4] += "Thad Luckinbill and Amelia Heinle Expecting a Daughter"; 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("
");