var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Why big models are big fashion news
";
arnews[0] += "Does the recent row about normal-sized women appearing on the catwalks mean super-skinny models have had their day? Viv Groskop investigates Hayley Morley , 21, five foot nine, a size 14 and a model for two years, is big in fashion circles.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 23:12:01 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]="A Model Writer at Bottega Veneta
";
arnews[2] += "PEN PALS: Cordula Reyer, the smoldering Austrian model who stalked runways for Helmut Lang and Jil Sander in the Nineties, was in the second row of the Bottega Veneta show Saturday morning wearing a different hat - that of a fashion journalist.";
arnews[2] += "
Publ.Date : Sat, 26 Sep 2009 07:09: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("