var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zoe Kravitz is the New Face for Vera Wang Princess
";
arnews[0] += "Posted Nov 19th 2009 at 4:55PM by Courtney Dunlop Zoe Kravitz, rebel royalty. Photo courtesy of Coty, Inc.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:55:00 GMT";
arnews[0] += "
";
arnews[1]="Belle Starlet: Camilla Belle
";
arnews[1] += "Hollywood starlet on the rise, Ms Belle a.k.a Camilla Belle Routh has been acting since the age of seven.";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Freaky or Fabulous? Daphne Guinness in Alien Alexander McQueen
";
arnews[2] += "Camilla Belle isn't the only one adoring Alexander McQueen's Spring '10 collection : Daphne Guinness loves it, too.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:00:22 GMT";
arnews[2] += "
";
arnews[3]="Camilla Belle Wears Alexander McQueen Spring 2010
";
arnews[3] += "At the debut of the futuristic dystopian flick \"2012,\" Camilla Belle bravely donned an Alexander McQueen creation from his Spring 2010 collection, which premiered in Paris a few weeks ago.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 15:24:40 GMT";
arnews[3] += "
";
arnews[4]="Cuca Fresca Premium Cachaca Toasts Eco-Conscious Emmy Nominees at a...
";
arnews[4] += "Beverly Hills, CA, November 12, 2009 -- -- Cuca Fresca Premium Cachaa served their signature organic Strawberry Basil Caipirinha and Lemonade 21 to LA's most eco-conscious celebrities at the Eco Emmys Gifting Chateau, a two day gifting suite held at a private estate in Beverly Hills.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 02:51:26 GMT";
arnews[4] += "
";
arnews[5]="Pop Tarts Scene & Herd: Celebrity Sightings
";
arnews[5] += "The stars are everywhere. Lucky for you, so are we. Starworks Sienna and Savannah Miller hosting a dinner at NYC's Royalton Hotel to celebrate their 2812 Spring/Summer 2010 collection on Monday night.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 19:32:39 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("