var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Would you rather go naked?
";
arnews[0] += "How did fur, once taboo, become so acceptable a ' desirable even a ' again? Elizabeth Day investigates an ethical dilemma that goes to the heart of the fashion industry a ' and meets the animal rights campaigner who refuses to be defeated Keira Knightley wears a fur jacket to an awards ceremony.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:07:39 GMT";
arnews[0] += "
";
arnews[1]="Face time: Former Chanel makeup artist who worked on top models settles in Salem
";
arnews[1] += "Guy Lento has lent his magic touch to supermodels like Linda Evangelista, Claudia Schiffer and Cindy Crawford.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:53:33 GMT";
arnews[1] += "
";
arnews[2]="FASHION ] Straight from the model s mouth
";
arnews[2] += "Cindy Crawford airs her views on supermodels and supermoney, her flourishing career in business, and whether models today are too thin By Hannah Pool THE GUARDIAN , LONDON Wednesday, Nov 18, 2009, Page 13 Hannah Pool: Lots of the supermodels are making comebacks.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:18:59 GMT";
arnews[2] += "
";
arnews[3]="Cindy Crawford: mother, supermodel...normal woman?
";
arnews[3] += "She sashayed down Nineties runways alongside Naomi, Linda and the rest, but Cindy Crawford also stood apart the undisputed ubersupermodel.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 21:49:38 GMT";
arnews[3] += "
";
arnews[4]="Fashion Foie Gras
";
arnews[4] += "She is perhaps the \"super-est\" of all supermodels today. Cindy Crawford is a legend and considered a great beauty by both men and women.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Question time: Cindy Crawford
";
arnews[5] += "Cindy Crawford . . . 'Changing backstage with 30 beautiful women brings out all your insecurities.' Photograph: Charles Sykes/AP Lots of the supermodels are making comebacks.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 09:39:46 GMT";
arnews[5] += "
";
totcount = 6;
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("