var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Letícia Oliveira: Good Girls Go Bad - Cobra Starship feat. Leighton Meester #musicmonday *----*
"; arnews[0] += "Good Girls Go Bad - Cobra Starship feat. Leighton Meester"; arnews[0] += "
"; arnews[1]="Breaking Down The Cliches In Leighton Meester's New Video
"; arnews[1] += "Breaking Down The Cliches In Leighton Meester's New Video -"; arnews[1] += "
"; arnews[2]="Alexinteresting: Killer Movie (DVD) newly tagged "thriller"
"; arnews[2] += "Killer Movie (DVD) newly tagged \"thriller\" -"; arnews[2] += "
"; arnews[3]="Carmen Padron: is she a singer too? RT @MlleFelix: New on my blog: Leighton Meester sings us a Christmas song (preview) http://bit.ly/0857alW
"; arnews[3] += "is she a singer too? RT @"; arnews[3] += "
"; arnews[4]="Silvana Felix: New on my blog: Leighton Meester sings us a Christmas song (preview) http://bit.ly/0857alW
"; arnews[4] += "New on my blog: Leighton Meester sings us a Christmas song (preview)"; 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("
");