var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Actualité internationale: Regardez Nicolas Cage et sa nouvelle perruque… pour une chasse aux sorcières en plein Moyen-Âge !
"; arnews[0] += "Regardez Nicolas Cage et sa nouvelle perruque… pour une chasse aux sorcières en plein Moyen-Âge ! -"; arnews[0] += "
"; arnews[1]="Cleolinda Jones: 'Season of the Witch' Trailer, Starring Nicolas Cage: Intense Knight
"; arnews[1] += "'Season of the Witch' Trailer, Starring Nicolas Cage: Intense Knight -"; arnews[1] += "
"; arnews[2]="Dan: Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit
"; arnews[2] += "Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit -"; arnews[2] += "
"; arnews[3]="Dan: Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit: I rated a YouTube video (1 out of 5 stars): Nicolas is.. http://bit.ly/073zZIm
"; arnews[3] += "Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit: I rated a YouTube video (1 out of 5 stars): Nicolas is.."; arnews[3] += "
"; arnews[4]="Dan: I rated a YouTube video (1 out of 5 stars) -- Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit http://bit.ly/gZbzT
"; arnews[4] += "I rated a YouTube video (1 out of 5 stars) -- Nicolas Cage Punches A Woman Whilst Wearing A Bear Suit"; 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("
");