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]="Access Star Sightings: November 13 - 19, 2009
";
arnews[2] += "Taylor Lautner and Robert Pattinson arrive at the afterparty for the premiere 'The Twilight Saga: New Moon' at the Hammer Museum on November 16, 2009 in Los Angeles, California Getty Premium 'V' star Morena Baccarin steps out at the 14th Annual GQ 'Men of the Year' Party in LA on November 18, 2009 January Jones looks bold in blue at the 14th Annual ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Overexcited fan strips for Pattinson
";
arnews[3] += "TWILIGHT heartthrob Robert Pattinson has demonstrated how his superpowers transcend to real life after getting one overexcited fan to strip off for him.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:43:32 GMT";
arnews[3] += "
";
arnews[4]="Nikki Reed Has Swagger Like Us
";
arnews[4] += "Fact #1: The world looks a little brighter this morning now that New Moon was officially released in theatres last night.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:32:21 GMT";
arnews[4] += "
";
arnews[5]="How Paris Has Changed Nikki
";
arnews[5] += "Twilight 's Nikki Reed sat down with Rachael Ray to promote New Moon , and that dubious chef and fake nicey-type got Nikki to spill some deets about her love life.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:49:43 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("