var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Calvin Klein to Live-Stream; Adidas the Most Followed Label on Facebook
";
arnews[0] += "Calvin Klein announced that it will live-stream its men's and women's shows during New York Fashion Week.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:24:08 GMT";
arnews[0] += "
";
arnews[1]="What to wear this Valentine's Day
";
arnews[1] += "After the January slump, there's always that sense of relief when February finally arrives.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:03:59 GMT";
arnews[1] += "
";
arnews[2]="Giving heels the boot, Jimmy Choo's A 400 trainers are height of cool
";
arnews[2] += "Victoria Beckham can breathe a sigh of relief on behalf of her bunions. Jimmy Choo, the company that introduced women to the 10cm heel, will soon sell trainers.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 00:01:18 GMT";
arnews[2] += "
";
arnews[3]="Cindy Crawford on motherhood, how she keps her looks and.. the moment that defined the supermodel
";
arnews[3] += "KATE MOSS and Agyness Deyn can try as hard as they like, but the age of the genuine supermodel is well and truly over.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 11:41:15 GMT";
arnews[3] += "
";
arnews[4]="Taylor Momsen - Momsen Lands Modelling Deal
";
arnews[4] += "Caption: Taylor Momsen filming on the set of 'Gossip Girl' in Chelsea. New York City, USA .... MOMSEN LANDS MODELLING DEAL Teenage actress/singer TAYLOR MOMSEN can now add model to her resume - she's signed up as the new face of a British fashion chain.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 16:14:37 GMT";
arnews[4] += "
";
arnews[5]="Momsen lands modelling deal
";
arnews[5] += "HEIDI MONTAG was left \"heartbroken\" when she unveiled her dramatic new look to her mother - because she studied the cosmetically enhanced reality TV star like a \"circus freak.\" Former BUFFY THE VAMPIRE SLAYER star MICHELLE TRACHTENBERG has broken the hearts of fans of the cult TV hit by insisting another movie is a bad idea.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 16:01:09 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("