var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Dissecting The November Issue Of Vogue Brazil
"; arnews[0] += "The cover of November's Vogue Brazil promises \"Chic With A Twist,\" but I flipped through the entire issue and I am still wondering where that twist is."; arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 17:43:20 GMT"; arnews[0] += "
"; arnews[1]="Front Row at Dior Homme: Karl Lagerfeld and Usher
"; arnews[1] += "KARL WHO?: \"I find it flattering. Somebody offered one to me and now Colette has picked it up,\" Karl Lagerfeld said at Dior Homme on Sunday, referring to the \"Karl Who?\" Naco-Paris canvas tote that he's been spotted carrying around town."; arnews[1] += "
Publ.Date : Mon, 29 Jun 2009 00:21:00 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("
");