var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="London fashion week meets the Baftas - The Guardian
";
arnews[0] += "The fortunes of London fashion week switch more often than Lady Gaga swaps hairstyles. And – just like Gaga – change is just about the only thing you can rely on. If one catwalk week is awash with space-age mini-dresses and replete with standing ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:30:00 GMT";
arnews[0] += "
";
arnews[1]="Supermodels Kate Moss, Naomi Campbell and Lara Stone strip off for ... - Daily Mail
";
arnews[1] += "They are some of the world's most famous clothes horses. But Kate Moss, Naomi Campbell and David Walliams' fiancée Lara Stone have proved they look just as good without a stitch on in their latest magazine shoot. Eight supermodels appeared naked in ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 10:23:00 GMT";
arnews[1] += "
";
arnews[2]="Moss, Campbell bare all for fashion magazine - SamayLive
";
arnews[2] += "London: Supermodels Kate Moss, Naomi Campbell and Lara Stone have bared all for the fashion and lifestyle magazine Love. All models have been photographed naked in identical poses by photographers Mert Alas and Marcus Piggot in a 40-page shoot, media ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 04:40:00 GMT";
arnews[2] += "
";
arnews[3]="Kate Moss, Naomi Campbell bare all for Love - The Gaea Times
";
arnews[3] += "LONDON - Kate Moss and seven other beauties have stripped off for the cover of Love magazine. Also, Naomi Campbell has bared it all for the ‘fashion icons special’ edition. Apart from the supermodel, Dutch hottie Lara Stone, who last month got ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[3] += "
";
arnews[4]="Levi Johnston Cover Revealed - Models Strip for LOVE Magazine - National Ledger
";
arnews[4] += "Cover news includes a bit of excitement for Playgirl as the magazine has unveiled its cover with Levi Johnston in the buff. Radar Online has the \"Going Rogue\" shot and the item muses, \"in a cheeky nod to former future mother-in-law Sarah Palin, the ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:13:00 GMT";
arnews[4] += "
";
arnews[5]="Naomi Campbell, Kate Moss pose nude for Love magazine - SamayLive
";
arnews[5] += "London: it is well said that the feelings for young looks never ends. Looks of some people increases with age as well. But it is surprise when a woman in her 40s stripped off before camera to show off her beauty. Supermodels Kate Moss and Naomi ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:07:00 GMT";
arnews[5] += "
";
arnews[6]="SEE Alexa Chung for Pepe Jeans - Marie Claire
";
arnews[6] += "The fashion world's love affair with Alexa Chung is showing no sign of waning, with the Brit fashionista debuting as the latest face of Pepe Jeans this week. Although best known now for her TV gigs, Chung started out her life in the spotlight as a ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 09:17:00 GMT";
arnews[6] += "
";
totcount = 7;
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("