var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Barrie: Lisa Snowdon, Supersoft Range from Schwarzkopf
"; arnews[0] += "Lisa Snowdon, Supersoft Range from Schwarzkopf -"; arnews[0] += "
"; arnews[1]="Rajars: Global Radio wins London's breakfast battle with Capital and Heart
"; arnews[1] += "Rajars: Global Radio wins London's breakfast battle with Capital and Heart -"; arnews[1] += "
"; arnews[2]="Mădălin Oprea: Heart jumps Capital to become second most popular London radio station - guardian.co.uk
"; arnews[2] += "Heart jumps Capital to become second most popular London radio station - guardian.co.uk -"; arnews[2] += "
"; arnews[3]="Heart leapfrogs Capital to take second spot in London
"; arnews[3] += "Heart leapfrogs Capital to take second spot in London -"; arnews[3] += "
"; arnews[4]="akaback: Być jak Lisa Snowdon
"; arnews[4] += "Być jak Lisa Snowdon"; 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("
");