var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Access Star Sightings: November 13 - 19, 2009
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Maiden Heist
";
arnews[1] += "Reviewed by: Scott Chitwood Movie Rating: 6 out of 10 Extras Rating: 7 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: PG-13 Starring: Christopher Walken as Roger Barlow Morgan Freeman as Charles Marcia Gay Harden William H. Macy as George McLendon Breckin Meyer as Starving Artist Wynn Everett as Docent Lauren E. Clarke as ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:09:24 GMT";
arnews[1] += "
";
arnews[2]="Pics from the 'Old Dogs' LA Premiere
";
arnews[2] += "Ella Bleu Travolta, Kelly Preston and John Travolta Rita Wilson and Tom Hanks Zelda Williams and Robin Williams Forrest Whitaker and family Breckin Meyer Billy Idol Seth Green and Dax Shepard Alyson Stoner Jenna Elfman and Bodhi Elfman Lori Loughlin Anna Maria Perez de Tagle Source: Yahoo Movies Sorry about the last post, mods.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 06:45:49 GMT";
arnews[2] += "
";
arnews[3]="Celebs mingle at U2 concert
";
arnews[3] += "Orlando Bloom hits up the BlackBerry VIP Hospitality Lounge at the U2 and Black Eyed Peas Concert at the Rose Bowl on Sunday in Pasadena, Calif.";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 16:34:11 GMT";
arnews[3] += "
";
arnews[4]="David Beckham Is Just One of Many Famous U2 Fans
";
arnews[4] += "The U2 concert in Pasadena last night brought out many of Hollywood's biggest names.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 14:45:00 GMT";
arnews[4] += "
";
arnews[5]="Movie Review: Second-rate 'Ghosts of Girlfriends Past'
";
arnews[5] += "Marriage, rather than Christmas, is the object of scorn for the 21st century Scrooge who's forced to take stock in Ghosts of Girlfriends Past , a second-rate sex farce that ponders the weighty question of why a rich, flashy, good-looking New York fashion photographer with hot-and-cold-running babes might prefer not to get hitched.";
arnews[5] += "
Publ.Date : Fri, 01 May 2009 07:00:00 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("