var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Winner a " Aliens in the Attic
";
arnews[0] += "Patty won the movie and her kids will love it. I really recommend getting this DVD for your kids.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 11:30:34 GMT";
arnews[0] += "
";
arnews[1]="Aliens In The Attic
";
arnews[1] += "Our review of Aliens In The Attic , published November 3rd, 2009, is also available.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 13:18:10 GMT";
arnews[1] += "
";
arnews[2]="New Movies
";
arnews[2] += "WHAT: \"Coco before Chanel\" Rated PG-13 for sexual content and smoking WHO: Audrey Tautou, Benoit Poelvoorde, Alessandro Nivola, Marie Gillain, Emmanuelle Devos HOW: Raised in an orphanage, in the late 1920s a French girl nicknamed Coco becomes a seamstress by day and cabaret chanteuse by night.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 10:39:41 GMT";
arnews[2] += "
";
arnews[3]="Aliens in the Attic
";
arnews[3] += "Reviewed by: Scott Chitwood Movie Rating: 5 out of 10 Extras Rating: 7 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: PG Starring: Carter Jenkins as Tom Pearson Austin Robert Butler as Jake Pearson Ashley Tisdale as Bethany Pearson Ashley Boettcher as Hannah Pearson Henri Young as Art Pearson Regan Young as Lee Pearson Doris ...";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 22:56:01 GMT";
arnews[3] += "
";
arnews[4]="Giveaway a " Aliens in the Attic
";
arnews[4] += "My daughter and her four friends watched Aliens in the Attic DVD screener today as a Halloween treat.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 08:25:32 GMT";
arnews[4] += "
";
arnews[5]="'Aliens In The Attic' Arrives On DVD & Blu-ray November 3
";
arnews[5] += "They are home but they are not alone. Prepare for the ultimate extraterrestrial invasion full of hilarious hijinks and outrageous mind control gags when Aliens in the Attic descends onto Blu-ray and DVD November 3 from Twentieth Century Fox Home Entertainment.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 03:29: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("