var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Model and lip-syncher extraordinaire Coco Rocha debuted her clothing line Rococo at Sunday night's Grammy awards, which she covered for ET Canada, wearing a self-designed dress. The blue gown with gold shoulder plates split at the waist to reveal a ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 00:50:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Veronica Webband Canadian model
Coco Rochawill team up for a new, temporary gig. They'll be hosting Fashion Week TV, a broadcast of live coverage from the Bryant Park tents produced by \"Project Runway\" creators Modelinia.com. \"Fashion Week ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:59:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "We first caught glimpse of Coco Rocha , renowned Canadian supermodel, back in 2006 when she was randomly discovered by a modeling scout at one of her Irish dancing competitions. After about a million Steven Meisel photoshoots and notable runway walks ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "*An ambulance had to cart David Letterman’s stage manager Biff Henderson to the hospital yesterday after a football pass from his boss sent him falling off the stage. The “Late Show” crew was killing time before the arrival of New Orleans ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:26:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "*Former supermodel Veronica Webb has been tapped to co-host the temporary broadcast Fashion Week TV. The runway veteran will team with Canadian model Coco Rocha to host live coverage of New York’s annual Fashion Week in Bryant Park. The show is ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:19:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "DIAMONDS were the top choice of America's most talented musicians at the 52nd Grammy Awards. The artists were outfitted in diamonds across the board for the music industry's biggest night. Diamond jewelry made a harmonious pairing with the musical ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 06:56:00 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("");document.write("");