var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NitePics: Stars Shine at Interview's Warhol-Inspired Anniversary Bash
";
arnews[0] += "Reality TV starlet Whitney Port was among dozens of celebs to celebrate Interview's anniversary last night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:04 GMT";
arnews[0] += "
";
arnews[1]="Shop walls have personality
";
arnews[1] += "Buy something on a trip abroad and chances are you never again reconnect with the merchant who sold you the item.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Naomi Campbell Amazed By How Hard Fashion Designers Work
";
arnews[2] += "The 39-year-old supermodel began her career when she was 15, and still finds it hard to fathom how much work goes into catwalk shows.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Preparing for N.Y.'s fashion week
";
arnews[3] += "Starting Thursday, New York City will become even more stylish than usual as the Big Apple prepares to open the Mercedes-Benz Fashion Week.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Don't stand on ceremony
";
arnews[4] += "HURRAH huroo, awards season is upon us! Celebland has spun into its usual red-carpeted frenzy, with listers A to Z dusting off their black tie and practising their gracious loser faces.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:57:13 GMT";
arnews[4] += "
";
arnews[5]="Naomi Campbell's Russian boyfriend is a married man
";
arnews[5] += "New York Even as reports of a possible engagement do the rounds, it has emerged that supermodel Naomi Campbell's longtime boyfriend, Russian tycoon Vlad Doronin is married man.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:03:09 GMT";
arnews[5] += "
";
arnews[6]="In praise of... stupidity
";
arnews[6] += "Channel-hopping the other night , I was taken aback to see Family Fortunes is still airing, though in an All Star format and hosted by some lanky bloke with a broad Lancastrian accent.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 04:54:48 GMT";
arnews[6] += "
";
arnews[7]="Marchesa caters to the high-wattage fashion crowd
";
arnews[7] += "Marchesa is a glamorous, movie-star fashion house: Its specialty is the show-stopping red carpet dresses you're likely to see on Kate Hudson, Sienna Miller or \"Annie,\" known to the rest of us as Anne Hathaway.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 02:31:27 GMT";
arnews[7] += "
";
totcount = 8;
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("