var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Seyfried Plays Matchmaker in 'Letters to Juliet' Trailer
";
arnews[0] += "When 'Mean Girls' and 'Jennifer's Body' alum Amanda Seyfried travels to Verona with fiancee Gael Garcia Bernal, she comes across a wall \"where the heartbroken leave notes asking Juliet for her help.\" After discovering a 50-year old letter from a woman who abandoned plans to meet her lover, Seyfried assumes her inner Yente and writes back to the ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:05:45 GMT";
arnews[0] += "
";
arnews[1]="Bitch-Back! Miley Misses the Spotlight
";
arnews[1] += "Dear Ted: Who does Miley Cyrus think she is these days? First, claiming she's never heard a Jay-Z song and that she doesn't listen to pop music? And now, I've read reports that she is dissing the Twilight series.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:00:00 GMT";
arnews[1] += "
";
arnews[2]="I tricked him into marriage a " and he found out
";
arnews[2] += "From Tom Brady and Gisele Bundchen to Claire Danes and Hugh Dancy - \" here are some of the stars who walked down the aisle this year.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:39:21 GMT";
arnews[2] += "
";
arnews[3]="Cage uncuffs inner bad cop for `Bad Lieutenant'
";
arnews[3] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action flicks he's done.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:35:18 GMT";
arnews[3] += "
";
arnews[4]="Ben Whishaw is so fucking ugly and untalented.
";
arnews[4] += "Paul Jesson, Katherine Parkinson, and Andrew Scott. It tells the story of a happily partnered gay man of seven years who one day falls in love with a woman.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 05:55:21 GMT";
arnews[4] += "
";
arnews[5]="New on DVD: 'Confessions of a Shopaholic'; 'Inkheart'; 'Phoebe in...
";
arnews[5] += "Hugh Dancy, left, and Isla Fisher co-star in Touchstone Pictures' romantic comedy, \"Confessions of a Shopaholic.\" Confessions of a Shopaholic Touchstone, $29.99/$32.99; Blu-ray, $39.99 The first novel in Sophie Kinsella's \"Shopaholic\" series was published in 2001, when the economy was booming and consumption was more happily conspicuous.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 15:02:25 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("