var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Emily: @Maudelynn James McAvoy is *adorable* Hee. I have to admit one of my favorites is Dylan Moran, not sure if you've heard of him?
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Sam: how do they make James McAvoy look so geeky?!
"; arnews[1] += "how do they make James McAvoy look so geeky?!"; arnews[1] += "
"; arnews[2]="Carolina Câmara: momento feliz do dia: achar o james mcavoy no epi de band of brothers. momento triste do dia: james mcavoy morrer depois de 15 minutos xD
"; arnews[2] += "momento feliz do dia: achar o james mcavoy no epi de band of brothers. momento triste do dia: james mcavoy morrer depois de 15 minutos xD"; arnews[2] += "
"; arnews[3]="IZATRINI.com: Yup! RT @blahblohblog: @izatrini Agree. Plus we all know the sexiest men alive are either James McAvoy, Clive Owen or Gerard Butler.
"; arnews[3] += "Yup! RT @"; arnews[3] += "
"; arnews[4]="Lisa M. F. Rabey: @wickedlibrarian I
"; 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("
");