var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robert Pattinson and Kristen Stewart Sneak Out for PDA at NYC Club
";
arnews[0] += "Thursday's official New Moon after-party in New York was missing two key players: Robert Pattinson and Kristen Stewart.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:01:51 GMT";
arnews[0] += "
";
arnews[1]="Robert Pattinson And Kristen Stewart Spend The Night Together, Also Joan Jett Was There a Again
";
arnews[1] += "Saturday, November 21, 2009 9:18 AM Shea TMs like a stray dog a ' they never should have bought her that hamburger.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:50:00 GMT";
arnews[1] += "
";
arnews[2]="Gossip Girl
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 21:36:17 GMT";
arnews[2] += "
";
arnews[3]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[3] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[3] += "
";
arnews[4]="'Gossip Girl' News Round-Up: Announcing Our First 'Caption Contest'
";
arnews[4] += "It's Friday. We've all had a long week, including Mr. Bass here, who is still recovering from saving his step-sister/former attempted date-rape victim from a skeazy European drug dealer who transports his goods via electronic toy boat.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:22:48 GMT";
arnews[4] += "
";
arnews[5]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[5] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 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("