var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lulu Frost's Lisa Salzer Has a Pre-Fashion Week "Loan Party"
";
arnews[0] += "Photo: Billy Farrell/Patrick McMullan Company Last night in Manhattan, a slew of editors and girls-about-town gathered in a private residence for what was the most festive of pre-Fashion Week occasions.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Peter Davis' Status Update: Frosted for Fashion Week
";
arnews[1] += "Lisa Salzer , the designing blonde siren behind the jewelry line Lulu Frost , had a \"Silver and Gold\" collection preview/pre-fashion week loan soiree last night at the chic apartment of Lesley Blume , hosted by Annie Churchill Albert , Amanda Hearst and Dalia Oberlander .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:27:43 GMT";
arnews[1] += "
";
arnews[2]="Movies:
";
arnews[2] += "Review: 'The Last Station' glimpses at Tolstoys Mick LaSalle, Chronicle Movie Critic The Last Station RATING: Drama.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Behind the Seams: Sonia Rykiel Pour H&M Knitwear Soiree
";
arnews[3] += "The second installment of Sonia Rykiel Pour H&M , the \"Queen of Knits,\" drops on Feb.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:00:22 GMT";
arnews[3] += "
";
arnews[4]="Datebook:
";
arnews[4] += "Chef Mark Liberman prepares to take the heat Amanda Gold, Chronicle Staff Writer Mark Liberman shook his head in frustration as he whipped a spoon around a container of Thousand Island emulsion.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Previously
";
arnews[5] += "Most of the boldface and the beautiful were at Sundance this week, but we still had some sightings.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Ethan Hawke Chaperones at Serafina; Bill Clinton Carbo-loads at Scarpetta
";
arnews[6] += "Most of the boldface and the beautiful were at Sundance this week, but we still had some sightings.";
arnews[6] += "
Publ.Date : Sat, 30 Jan 2010 00:47:30 GMT";
arnews[6] += "
";
arnews[7]="Brink Hull Named General Sales Manager At KCCI-TV
";
arnews[7] += "Amanda Brink Hull has been named the new General Sales Manager at KCCI-TV. Hull replaces Dave Porepp, who retired at the end of 2009 after serving as General Sales Manager for 21 years.";
arnews[7] += "
Publ.Date : Mon, 25 Jan 2010 22:07:07 GMT";
arnews[7] += "
";
arnews[8]="Casey Johnson: A glance at the life of a poor...
";
arnews[8] += "THE adjective most often used of Casey Johnson was 'troubled'. Just a month ago she was arrested in connection with a break-in at the Hollywood home of her former friend Jasmine Lennard, the British reality TV starlet-turned-model. The multi-millionairess, worth some 780million as heir to the Johnson & Johnson pharmacy empire, was charged with ...";
arnews[8] += "
Publ.Date : Thu, 07 Jan 2010 17:06:07 GMT";
arnews[8] += "
";
totcount = 9;
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("