var arnews = new Array(10); totcount = 2; rnd = 1; arnews[0]="Mozart Cosi Fan Tutte Come Scoglio
"; arnews[0] += "Veronique Gens Ivor Bolton FIORDILIGI Come scoglio immoto resta Contro i venti e la tempesta, Così ognor quest'alma è forte Nella fede e nell'amor. Con noi nacque quella face..."; arnews[0] += "
Publ.Date : Fri, 11 Apr 2008 01:35:26 GMT"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Mozart Cosi Fan Tutte Come Scoglio
"; arnews[1] += "Veronique Gens Rene Jacobs FIORDILIGI Come scoglio immoto resta Contro i venti e la tempesta, Così ognor quest'alma è forte Nella fede e nell'amor. Con noi nacque quella face..."; arnews[1] += "
Publ.Date : Tue, 11 Mar 2008 19:10:19 GMT"; arnews[1] += "
"; totcount = 2; 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("
");