var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
"); document.write("WWD Beauty Headlines
"); document.write("
"); document.title=document.title+ " "; arnews[0]="The Bettencourt Affair Heats Up
"; arnews[0] += "Trade unions plan demonstrations."; arnews[0] += "
"; arnews[1]="Clarins and Inter Parfums Join Forces In U.S.
"; arnews[1] += "Executive Stanislas Archambault assigned to head up new Inter Parfums unit."; 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]); } document.write("
");document.write("
");