var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Talking Shop With Isaac Mizrahi
"; arnews[0] += "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[0] += "
Publ.Date : Wed, 04 Nov 2009 05:01:00 GMT"; arnews[0] += "
"; arnews[1]="Remember When Models, Not Celebs, Were on Magazine Covers?
"; arnews[1] += "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[1] += "
Publ.Date : Wed, 14 Oct 2009 22:14:00 GMT"; arnews[1] += "
"; arnews[2]="NA passes law against domestic violence
"; arnews[2] += "The new law would cover not only intentional acts of gender-based, physical and psychological abuse, but also includes 'economic abuse, harassment, stalking, sexual abuse, verbal abuse and any other repressive behaviour' committed against women, children or other vulnerable people, with whom those accused have been or still are in a domestic ..."; arnews[2] += "
Publ.Date : Wed, 05 Aug 2009 06:48:15 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("
");