var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Peter Schneider: Noch ein Outtake aus den besten Songs im Film: Sarah Bolger singt "Desperado" im wunderschönen "In America" http://is.gd/Jyb
"; arnews[0] += "Noch ein Outtake aus den besten Songs im Film: Sarah Bolger singt \"Desperado\" im wunderschönen \"In America\""; arnews[0] += "
"; arnews[1]="Derrick: Desperado from "In America" This clip makes me so happy and so sad at the same time.
"; arnews[1] += "Desperado from \"In America\" This clip makes me so happy and so sad at the same time. -"; arnews[1] += "
"; arnews[2]="Clay Newton: Derrick: Desperado from "In America" This clip makes me so happy and so sad at the same time. (via FriendFeed)
"; arnews[2] += "Derrick: Desperado from \"In America\" This clip makes me so happy and so sad at the same time. (via FriendFeed) -"; arnews[2] += "
"; arnews[3]="PhineasPoe: killingbambi: bohemea: Charlotte Salt (Lady Ursula Misseldon), Jonathan Rhys Meyers (King Henry VIII), Annabelle Wallis (Jane Seymour) & Sarah Bolger (Princess Mary) - The Tudors, season 3 promo
"; arnews[3] += "killingbambi: bohemea: Charlotte Salt (Lady Ursula Misseldon), Jonathan Rhys Meyers (King Henry VIII), Annabelle Wallis (Jane Seymour) & Sarah Bolger (Princess Mary) - The Tudors, season 3 promo -"; arnews[3] += "
"; arnews[4]="PrestoVivace: Sarah Bolger's Mary Tudor is very good http://www.imdb.com/name/nm0092961/
"; arnews[4] += "Sarah Bolger's Mary Tudor is very good"; 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("
");