var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carmen Kass + Michael Kors 2010
";
arnews[0] += "Website : www.michaelkors.com Michael Kors Resort 2010 collection following the jet set life of supermodels Carmen Kass and Noah Mills, takes the MK faces onto a charming shopping spree.";
arnews[0] += "
Publ.Date : Tue, 27 Oct 2009 19:08:20 GMT";
arnews[0] += "
";
arnews[1]="Carmen Kass : Clown
";
arnews[1] += "Transforming Estonian A1 4bermodel Carmen Kass into a sinister high-fashion harlequin through photograph and moving image alike, a surreal and dreamlike vision takes a nightmareish twist at the hands of Nick Knight and Panos Yiapanis in this representation of Autumn/Winter 2009-2010 fashion.";
arnews[1] += "
Publ.Date : Sun, 25 Oct 2009 15:31:38 GMT";
arnews[1] += "
";
arnews[2]="Runway Designers Jet-Set
";
arnews[2] += "This week's Project Runway challenge kicked off with Heidi announcing that the contestants were heading to Rodeo Drive to \"meet a top designer whose work is known around the world.\" Gee, who could it be?! As Althea wisely points out, \"The possibilities are endless because every single designer who is world-renowned has a store there.\" True! But the ...";
arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 23:43:49 GMT";
arnews[2] += "
";
arnews[3]="Let's Just Hope They Won't Be Hitting The Beach In A Bikini
";
arnews[3] += "Mariah Carey and Donatella Versace landed in Rio yesterday for tomorrow's Oi Fashion Rocks .";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 18:03:51 GMT";
arnews[3] += "
";
arnews[4]="Day-Glo Party People - The Credit-Conscious 'Style Hunter' in Vogue UK
";
arnews[4] += "Iconic Estonian beauty Carmen Kass is a 'Style Hunter' in Vogue UK. The technicolor editorial was shot by celebrity photographer Mario Testino for the magazine's November 2009 issue.";
arnews[4] += "
Publ.Date : Sat, 10 Oct 2009 20:32:42 GMT";
arnews[4] += "
";
arnews[5]="Bare Beautitorials - Carmen Kass in Allure Magazine's October 2009 Issue
";
arnews[5] += "Blonde supermodel Carmen Kass in Allure Magazine's October 2009 issue is a beautiful babe.";
arnews[5] += "
Publ.Date : Tue, 06 Oct 2009 21:28:19 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("