var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday Party Advertorials - Terry Richardson H & M Winter Magazine Shoot is All About Fun
";
arnews[0] += "As far as Terry Richardson is concerned, it's all about fun and holiday parties, if this advertorial for the H & M Winter Magazine is any indication.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:59:04 GMT";
arnews[0] += "
";
arnews[1]="Dissecting The November Issue Of Vogue Brazil
";
arnews[1] += "The cover of November's Vogue Brazil promises \"Chic With A Twist,\" but I flipped through the entire issue and I am still wondering where that twist is.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 17:43:20 GMT";
arnews[1] += "
";
arnews[2]="Missy Rayder For Vogue Brazil
";
arnews[2] += "Henrique Gendre's pictures of Missy Rayder in Rio are probably some of the chicest images Vogue Brazil has produced all year, so I am shocked and kind of annoyed that they were used for a style feature and not a full-on ten page editorial.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 16:03:31 GMT";
arnews[2] += "
";
arnews[3]="Book Her ASAP: Renata Sozzi
";
arnews[3] += "If there is a new Brazilian girl destined to take Isabeli's throne one day, that girl is certainly newcomer Renata Sozzi.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 18:46:42 GMT";
arnews[3] += "
";
arnews[4]="Marlon Teixeira, Narciso Rodriguez, Madonna, And The Next Gay Cruise
";
arnews[4] += "Marlon Teixeira was photographed by Xevi Muntane for French magazine Crash . The Brazilian model has just confirmed the new ad campaigns for Iceberg and Armani Exchange.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 18:01:09 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("