var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gossip Girl
";
arnews[0] += "Comments Based on the popular book series of the same name, this drama gives viewers a peek into the world of privileged teenagers on an elite private school in New York City.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:36:17 GMT";
arnews[0] += "
";
arnews[1]=""New Moon:" Bella grows closer to her best friend after the one she loves leaves
";
arnews[1] += "Astronaut Chuck Baker thinks he's landed on an uninhabited planet until he discovers little green people in white picket-fenced houses in \"Planet 51,\" opening in theaters today.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:40:37 GMT";
arnews[1] += "
";
arnews[2]="Reeves, Lively, and Wright at 'Pippa Lee' Screening
";
arnews[2] += "Cinema Society Screens 'The Private Lives of Pippa Lee' AMC 19th & Broadway and the Breslin.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:04:03 GMT";
arnews[2] += "
";
arnews[3]="Gossip Girl says BYE to Hilary Duff
";
arnews[3] += "That's what I'm hearing from Gossip Girl sources, that the Duffster is no longer a part of the CW series and there are no plans for her to return this season.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:39:03 GMT";
arnews[3] += "
";
arnews[4]="Jessica Szohr Defends 'Gossip Girl' Threesome Plot
";
arnews[4] += "Now that Dan Humphrey has hooked up with Olivia and Vanessa at the same time, emotions are getting involved.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:32:00 GMT";
arnews[4] += "
";
arnews[5]="Extended Promo: 'Gossip Girl' Episode 3.11, "Treasure of Serena Madre"
";
arnews[5] += "Earlier this week we saw the first promo for the next episode of Gossip Girl, \"Treasure of Serena Madre,\" which will air in two weeks: a Thanksgiving-themed episode the Monday after actual Turkey Day.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:35:47 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("