var arnews = new Array(10); totcount = 2; rnd = 1; document.title=document.title+ " "; arnews[0]="Christoph Spendel - Cool Street - California
"; arnews[0] += "Christoph Spendel is the prototype crossover jazz musician - who is equally at home with the Bebop tradition, crossover Fusion and European Classical Music. Brought up by his..."; arnews[0] += "
Publ.Date : Sat, 03 Jan 2009 21:17:19 GMT"; arnews[0] += "
"; arnews[1]="Trkačka staza - serija
"; arnews[1] += "Zemlja i god. proizvodnje: SAD, 1997. Žanr: dramska serija Režija: T.J. Skot (T. Scott), Majkl Robinson (Michael Robinson) i drugi Uloge: Randy J. Goodwin, Keith Carradine,..."; arnews[1] += "
Publ.Date : Wed, 31 Dec 2008 17:34:05 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("
");