var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Dream of the eternal woman
"; arnews[0] += "An ad for Givenchy Organza, which launched in 1996 . I think the model is Yasmeen Ghauri."; arnews[0] += "
Publ.Date : Mon, 04 Jan 2010 18:13:38 GMT"; arnews[0] += "
"; arnews[1]="Talking Shop With Isaac Mizrahi
"; arnews[1] += "Once upon a time, the stage-and-screen Maria von Trapp sang about bright copper kettles, warm woolen mittens and a few other of her favorite things."; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 05:01:00 GMT"; arnews[1] += "
"; arnews[2]="Remember When Models, Not Celebs, Were on Magazine Covers?
"; arnews[2] += "We do! Before celebs took over magazine newsstands, it was Bridget Hall's, Kirsty Hume's, Nadja Auermann's, Tatjana Patitz's, and Yasmeen Ghauri's mugs that winked, pouted, and beamed at us as we stopped at our favorite bookstore to read the latest magazines for free."; arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 22:14:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");