var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Capturing Chic Essentials - The 'Seven Wonders of Fashion' According to Vogue UK
";
arnews[0] += "'The Seven Wonders of Fashion' according to Vogue UK are: the hat, the tuxedo, the ballgown, the corset, earrings, the pencil skirt and the high heel.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 20:40:02 GMT";
arnews[0] += "
";
arnews[1]="DIY Couture Shoots - The Eco-Friendly Editorial 'Make Do and Mend' in Vogue UK
";
arnews[1] += "The editorial 'Make Do and Mend' in Vogue UK recycles ordinary household objects and turns them into couture garments.";
arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 11:49:36 GMT";
arnews[1] += "
";
arnews[2]="Suri Cruise Rocks Heels, Vlad Models for Rock & Republic
";
arnews[2] += "Vladimir in the Rock & Republic campaign. Photo: Courtesy of Rock & Republic Suri Cruise wore kitten heels this week.";
arnews[2] += "
Publ.Date : Wed, 23 Sep 2009 17:45:40 GMT";
arnews[2] += "
";
arnews[3]="Halloween Characters in Tim Burton
";
arnews[3] += "Posted By mozak440 14 hours, 39 minutes ago in Style It seems that the pages of American Harper's Bazaar before the time has come Halloween.";
arnews[3] += "
Publ.Date : Fri, 18 Sep 2009 10:45:54 GMT";
arnews[3] += "
";
arnews[4]="16 of the Hottest European Models
";
arnews[4] += "Everyone knows models are hot, but few of us ever stop to learn more than that. It may come as a surprise that the photogenic babes splashed across magazine covers and billboards have home countries, interests, hobbies, and a life story wholly separate from knockout looks.";
arnews[4] += "
Publ.Date : Thu, 10 Sep 2009 20:00:06 GMT";
arnews[4] += "
";
totcount = 5;
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("