var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kerri: @johnbrougher Have you heard Miranda Cosgrove's "It's Raining Sunshine"?
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Dione Sants: Miranda Cosgrove & Jennette McCurdy are Purple People: Check out Miranda Cosgrove and Jennette McCurdy in all o.. http://bit.ly/3dYHXN
"; arnews[1] += "Miranda Cosgrove & Jennette McCurdy are Purple People: Check out Miranda Cosgrove and Jennette McCurdy in all o.."; arnews[1] += "
"; arnews[2]="Teufel Abgott: Miranda Cosgrove – About You Now
"; arnews[2] += "Miranda Cosgrove – About You Now -"; arnews[2] += "
"; arnews[3]="Hugo Miranda C: RT: @TeufelAbgott ♥ About You Now by Miranda Cosgrove #lastfm: http://bit.ly/J5h1 amazon: http://bit.ly/PSLsi //+1
"; arnews[3] += "RT: @"; arnews[3] += "
"; arnews[4]="Gossip Feeds: ONTD: Stills from the new iNotTinaChen movie 'iQuit iCarly': Check out Miranda Cosgrove and Jennette McCur.. http://bit.ly/2Qht7m
"; arnews[4] += "ONTD: Stills from the new iNotTinaChen movie 'iQuit iCarly': Check out Miranda Cosgrove and Jennette McCur.."; 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("
");