var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""GO!: Your good Times magazine" weekly DVD giveaway is "The Time ... - Everything Alabama Blog
";
arnews[0] += "View full size \"The Time-Traveler's Wife\" starring Rachel McAdams is this week's \"GO!: Your good Times magazine\" DVD giveaway. HUNTSVILLE, AL -- Go: Your good Times magazine, Huntsville's most up-to-date entertainment magazine, is giving away a copy ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT";
arnews[0] += "
";
arnews[1]="Rachel McAdams - YAHOO!
";
arnews[1] += "Canadian actress Rachel McAdams first came to the attention of U.S. audiences playing a pair of uber-bitchy teen queens in “The Hot Chick” (2004) and “Mean Girls” (2004). Audiences were understandably surprised by her effectively heartwarming ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[1] += "
";
arnews[2]="DVD review: The Time Traveler's Wife - Toronto Star
";
arnews[2] += "A film that belongs to the realm of romantic fiction where hoochie-coochie meets hocus-pocus. Like Twilight and The Curious Case of Benjamin Button , Robert Schwentke's modestly appealing screen adaptation of the bestselling 2003 novel presents a ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT";
arnews[2] += "
";
arnews[3]="Women are from Venus, Men are from … Pandora? - Reuters Blogs
";
arnews[3] += "In 1992, John Gray’s relationship book “Men are from Mars, Women are from Venus” gave self-help romance seekers everything they wanted to know about the opposite sex. The book became a huge best-seller. But really, all anybody with a desire for ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:38:00 GMT";
arnews[3] += "
";
arnews[4]="Christian Bale, Rachel McAdams on board for next Terrence Malick film - Entertainment Weekly Online
";
arnews[4] += "Christian Bale, Javier Bardem, Rachel McAdams and Olga Kurylenko are set to star in Terrence Malick’s next film, according to ScreenDaily. Plot details aren’t announced but the project will start shooting this fall on the romance. Meanwhile ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[4] += "
";
arnews[5]="Rachel McAdams Gets a Handsome New Pair of Costars - BuzzSugar.com
";
arnews[5] += "Hollywood has seen some pretty hot love triangles over the years, but it looks like there's an exciting new one coming our way. Rachel McAdams, Christian Bale, and Javier Bardem are slated to star in Terrence Malick's new feature, a romance drama to ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:45:00 GMT";
arnews[5] += "
";
arnews[6]="New Terrence Malick Movie to Star Rachel McAdams, Christian Bale and ... - Paste Magazine
";
arnews[6] += "Shooting is slated to begin this fall, and it’s rumored that the film will first be available at the European Film Market in Berlin. Although it’s unlikely we’ll get much of the scoop about the as-yet-unnamed project from Malick himself (aside ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 17:25:00 GMT";
arnews[6] += "
";
arnews[7]="DVD Review: The Time Traveler's Wife is Timeless - film.com
";
arnews[7] += "Based on Audrey Niffenegger's beloved book, The Time Traveler's Wife echoes with the beauty of a bittersweet love story and the mesmerizing mystery of a gripping, time-travel tale. The film begins with a collision. It's Christmas time and young Henry ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[7] += "
";
arnews[8]="New on DVD: 'Couple's Retreat,' 'Time Traveler's Wife' - AZCentral.com
";
arnews[8] += "The Time Traveler's Wife\" (PG-13, 107 minutes): In German director Robert Schwentke's adaptation of Audrey Niffenegger's novel, the lovely Rachel McAdams, as Clare, returns to the genre of her most-beloved movie, \"The Notebook.\" Here, her true love ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 19:35:00 GMT";
arnews[8] += "
";
totcount = 9;
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("