var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessica Szohr Explains Her Sometimes Mysterious Hair on Gossip Girl - Nymag.com
";
arnews[0] += "This is not the only PR photo of her looking this way. There are others, too gruesome to reprint. Photo: Courtesy of the CW Don't blame Jessica Szohr for her hairstyling missteps as Vanessa Abrams on Gossip Girl . The 24-year-old isn't in control of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:30:00 GMT";
arnews[0] += "
";
arnews[1]="Jessica Szohr Defends 'Gossip Girl' Threesome Plot - MTV
";
arnews[1] += "While there was a fair amount of public outcry over the show taking on such a topic, Szohr isn't making any apologies for the naughty plotline. \"Like I said, our show does a very good job with their advertising and the things that they do, so when ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:30:00 GMT";
arnews[1] += "
";
arnews[2]="Robert, Kristen, and the New Moon Cast Pause to Party - Popsugar
";
arnews[2] += "Robert Pattinson, Kristen Stewart, and Taylor Lautner were together for last night's special NYC screening of New Moon along with their many costars. It looks like they split up for the afterparty, though, with Robert and Kristen spotted afterward ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[2] += "
";
arnews[3]=""New Moon" After Party: A Star-Studded Affair - GossipCenter.com
";
arnews[3] += "It was a literal who’s who of young Hollywood as the “New Moon” after party got under way at club Box in New York City last night (November 19). Following the exclusive premiere, the film’s stars Robert Pattinson, Kristen Stewart, Peter ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT";
arnews[3] += "
";
arnews[4]="New Moon” After Party: A Star-Studded Affair - The Gossip Girls
";
arnews[4] += "And that was just the beginning of the paparazzi’s dream-come-true soiree, as “Gossip Girl” stars Ed Westwick, Jessica Szohr, and Taylor Momsen all showed up. In addition, Emma Roberts, Joan Jett, Olivia Palermo, and Agyness Deyn all made ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT";
arnews[4] += "
";
arnews[5]="'Gossip Girl''s Leighton Meester: I'm a Real Woman - ETOnline.com
";
arnews[5] += "With the moral support of her co-stars and other celeb friends, Leighton lent her vocal talent opening of the American Eagle flagship store Tuesday night. \"Gossip Girl\"'s Jessica Szohr and Michelle Trachtenberg were right there by her side as ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 19:04:00 GMT";
arnews[5] += "
";
arnews[6]="New Moon” Screening in NYC Brings Out the Stars - The Gossip Girls
";
arnews[6] += "Making one last group appearance before their movie takes over cinemas at the stroke of midnight, the stars of the “Twilight Saga: New Moon” gathered together at Landmark’s Sunshine Cinema in New York City on Thursday night (November 19). Also ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 01:58:00 GMT";
arnews[6] += "
";
totcount = 7;
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("