var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Electric Outerwear Editorials - Paola Kudacki Captures Neon Coats in Harper's Bazaar Russia
";
arnews[0] += "Model Tanya Dziahileva is 'Electric' in Harper's Bazaar Russia. The bright-hued editorial, photographed by Paola Kudacki, appears in the magazine's November 2009 issue.";
arnews[0] += "
Publ.Date : Sat, 31 Oct 2009 01:10:01 GMT";
arnews[0] += "
";
arnews[1]="Feathered Chokers - Peter Farago's 'Mad D' for Vs Magazine Highlights the Face & Neck
";
arnews[1] += "This Peter Farago editorial for Vs. Magazine is called 'Mad D,' and features model Tanya Dziahileva showcasing a range of, well, bizarre facial expressions and some hot fall fashions from Chanel.";
arnews[1] += "
Publ.Date : Sun, 30 Aug 2009 16:15:21 GMT";
arnews[1] += "
";
arnews[2]="Smokey Street Fashiontography a " Vogue Italia Suggestions Creates a Foggy Booze Editorial
";
arnews[2] += "For the latest issue of Vogue Italia Suggestions, models Tanya Dziahileva, Christina Carey and Janete Friedrich hit the streets in vintage looks.";
arnews[2] += "
Publ.Date : Tue, 11 Aug 2009 01:24:45 GMT";
arnews[2] += "
";
arnews[3]="Hooded Editorials - Tanya Dziahileva's Color-Popping 'Power Surge' in Harper's Bazaar UK
";
arnews[3] += "I love a good dramatic photo shoot, and 'Power Surge' for Harper's Bazaar UK shot by Paola Kudacki and featuring Tanya Dziahileva definitely fits the bill.";
arnews[3] += "
Publ.Date : Sun, 09 Aug 2009 00:39:55 GMT";
arnews[3] += "
";
arnews[4]="Slavic models crowd the runways
";
arnews[4] += "During the early rounds of Wimbledon, the tennis ace Serena Williams wrote on her Twitter page that she 'didn't really recognise anyone' with regard to her competitors.";
arnews[4] += "
Publ.Date : Sat, 18 Jul 2009 22:24:04 GMT";
arnews[4] += "
";
arnews[5]="Lighthearted backstage fun at Jean Paul Gaultier
";
arnews[5] += "I was standing against a wall backstage at Jean Paul Gaultier this morning surrounded by a choice selection of the world's most beautiful women.";
arnews[5] += "
Publ.Date : Wed, 08 Jul 2009 23:53:29 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("