var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Supermodel Secrets: Hair Rehab
";
arnews[0] += "Suffering from distressed tresses? Rescue your damaged locks with tips from top models.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:28:36 GMT";
arnews[0] += "
";
arnews[1]="Sonya Rykiel For H&M Knitwear Collection, Piece by Piece
";
arnews[1] += "Chanel Iman DJ'd at the Sonya Rykiel for H&M knitwear launch party last week, and today I've got the goods for you, piece by piece.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:00:22 GMT";
arnews[1] += "
";
arnews[2]="Check out spring's top ten fashion trends
";
arnews[2] += "Chanel Iman kick-starts our countdown backstage at Thakoon in a swirl-patterned dress and tubular booties that pick up on the season's surf trend.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 07:49:23 GMT";
arnews[2] += "
";
arnews[3]="Middletown Explosion
";
arnews[3] += "Join supermodel Chanel Iman as she takes a break from her busy schedule and visits her mother at her childhood home in Los Angeles.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 06:54:49 GMT";
arnews[3] += "
";
arnews[4]="Gov. Christie: "Stay Home"
";
arnews[4] += "New Jersey Governor Chris Christie asks people in S. Jersey -- especially Cape May and Atlantic Counties -- to stay home.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Chanel Iman Talks Valentine's Day, Fashion Week and Her Underwear of Choice
";
arnews[5] += "Photo: Astrid Stawiarz, Getty Images Model Chanel Iman is serving as a judge for the Teen Vogue and L.e.i. Model Citizen contest -- a nationwide model search for the girl who best embodies the L.e.i: Life, Energy, Intelligence motto.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 19:35:00 GMT";
arnews[5] += "
";
arnews[6]="Behind the Seams: Sonia Rykiel Pour H&M Knitwear Soiree
";
arnews[6] += "The second installment of Sonia Rykiel Pour H&M , the \"Queen of Knits,\" drops on Feb.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 21:00:22 GMT";
arnews[6] += "
";
arnews[7]="American Apparel wants your butt: three new 'citizen model campaigns'
";
arnews[7] += "Benetton, American Apparel, and L.e.i have all announced new citizen model ad campaigns.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 06:40:48 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("