var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ezekiel: un esempio di comunicazione superficiale di cui non abbiamo più bisogno: per Rolling Stone Italia Silvio Berlusconi è la Rockstar dell'anno http://www.pubblicitaitalia.it/news/Media-e-Multimedia/Stampa-periodica/rolling-stone-italia-silvio-berlusconi-e-la-rockstar-dell-anno_23111247.aspx
";
arnews[0] += "un esempio di comunicazione superficiale di cui non abbiamo più bisogno: per Rolling Stone Italia Silvio Berlusconi è la Rockstar dell'anno";
arnews[0] += "
";
arnews[1]="RT @ThePhoenixSun: African leaders to advise Bono on reform of U2. http://bit.ly/8QRoa0 (via @Katrinskaya)
";
arnews[1] += "RT @ThePhoenixSun: African leaders to advise Bono on reform of U2.";
arnews[1] += "
";
arnews[2]="Chris Fleming: African leaders advise Bono on reform of U2, warn of poverty in "listenable songs"
";
arnews[2] += "African leaders advise Bono on reform of U2, warn of poverty in \"listenable songs\" -";
arnews[2] += "
";
arnews[3]="John Rogers: John Mike in work says Daniel Agust's voice sounds like Bono. Way to ruin my enjoyment of the surprisingly effective soul+techno blend of 24/7.
";
arnews[3] += "Mike in work says Daniel Agust's voice sounds like Bono. Way to ruin my enjoyment of the surprisingly effective soul+techno blend of 24/7.";
arnews[3] += "
";
arnews[4]="John Rogers: Mike in work says Daniel Agust's voice sounds like Bono. Way to ruin my enjoyment of the surprisingly effective soul+techno blend of 24/7.
";
arnews[4] += "Mike in work says Daniel Agust's voice sounds like Bono. Way to ruin my enjoyment of the surprisingly effective soul+techno blend of 24/7.";
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("