var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="JESSICA SZOHR
";
arnews[0] += "Find out who Jessica Szohr is channeling in the recent NYLON photoshoot. ... nylon magazine tv nylontv jessica szhor";
arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 21:10:53 GMT";
arnews[0] += "
";
arnews[1]="Gossip Girl Season 3 Interview - Jessica Szohr
";
arnews[1] += "Gossip Girl Season 3 Interview - Jessica Szohr";
arnews[1] += "
Publ.Date : Wed, 09 Sep 2009 23:29:13 GMT";
arnews[1] += "
";
arnews[2]="Teen CelebTV: Gossip Girl Ed Westwick & Jessica Szohr Summer
";
arnews[2] += "Ed Westwick's heading west for Californication and Jessica Szohr's puttin' on a bikini for Piranhas 3D. ... Ed Westwick Jessica Szohr Taylor Momsen Blake Lively Gossip Girl movie...";
arnews[2] += "
Publ.Date : Fri, 08 May 2009 17:05:34 GMT";
arnews[2] += "
";
arnews[3]="Jessica Szohr partners with Dove to promote new video ser...
";
arnews[3] += "DOVEĀ® AND GOSSIP GIRL REVEAL THE REAL STORIES FROM MANHATTAN'S UPPER EAST SIDE";
arnews[3] += "
Publ.Date : Thu, 23 Apr 2009 00:00:39 GMT";
arnews[3] += "
";
arnews[4]="Jessica Szohr Partners with Dove
";
arnews[4] += "Jessica Szohr partners with Dove to promote new video series Gossip Girl Real NYC Stories Revealed. Spotted Four real girls taking you behind-the-scenes of their gossip-worthy New...";
arnews[4] += "
Publ.Date : Tue, 21 Apr 2009 19:36:54 GMT";
arnews[4] += "
";
arnews[5]="Celebrity Interviews: Gossip Girl: Jessica Szohr
";
arnews[5] += "Gossip Girl hottie Jessica Szohr stops by Hollywood 411 to talk about parental outrcry over the show, the GG spinoff and relationships on and off the set.";
arnews[5] += "
Publ.Date : Wed, 04 Mar 2009 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Gossip Girl : Carrnal Knowledge
";
arnews[6] += "BLAIR IS IN THE MOOD FOR A LITTLE REVENGE - In retaliation for not playing by the unspoken rules of Constance Billard, Blair (Leighton Meester) hatches a plan to bring down her...";
arnews[6] += "
Publ.Date : Mon, 02 Feb 2009 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="2008 MTV Movie Awards Gifting Suite
";
arnews[7] += "Kari Feinstein/Mike McGuiness PR put on a sexy celebrity Style Lounge for the 2008 MTV Movie Awards. This year's lounge saw well over 25 sponsors showcasing their latest and...";
arnews[7] += "
Publ.Date : Wed, 17 Dec 2008 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Jessica Szohr Talks to Jason C. About Kissing Chace Crawford
";
arnews[8] += "Jessica Szohr's kiss with Chace Crawford may not have been her first on-screen liplock, but it was her first time kissing a good friend. Here's what she had to say when Jason C....";
arnews[8] += "
Publ.Date : Tue, 03 Jun 2008 19:19:31 GMT";
arnews[8] += "
";
arnews[9]="Jessica Szohr Interview
";
arnews[9] += "Jessica talks about Vanessa and Dan's past and current relationship and how excited she is about the juicy drama in the upcoming episodes.";
arnews[9] += "
Publ.Date : Thu, 24 Apr 2008 18:52:38 GMT";
arnews[9] += "
";
totcount = 10;
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("