var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taking a Bite Out of 'New Moon'
";
arnews[0] += "With the popularity of the \"Twilight\" franchise , all the advertising dollars going into \"New Moon\" , and not to mention fans taking sides in the Edward vs.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' review: Not 'sure, sure' about this
";
arnews[1] += "By the time everyone I know never reads this because they're so sick of \"Twilight,\" \"New Moon\" will have broken \"The Dark Knight's\" single-day domestic box office record with a $72.7 million haul on Friday, including a record $26.3 million from midnight screenings alone.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:05:50 GMT";
arnews[1] += "
";
arnews[2]="Read Robbie Collin's review of teen vampire flick
";
arnews[2] += "STOP reading this now. It must be the most pointless review ever written. Because let's be frank.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:49:26 GMT";
arnews[2] += "
";
arnews[3]="The Twilight Saga: New Moon
";
arnews[3] += "Not since Harry Potter first cast a spell over cinema audiences has a franchise based on a series of best-selling novels been as completely critic-proof as the Twilight Saga.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:29:19 GMT";
arnews[3] += "
";
arnews[4]="Story: The Twilight Saga: New Moon'
";
arnews[4] += "\"The Twilight Saga: New Moon,\" also known as \"Twilight: The Squeakquel,\" is actually pretty good - a tick better than the first \"Twilight,\" which wasn't bad either.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:13:08 GMT";
arnews[4] += "
";
arnews[5]="The Twilight Saga: New Moon Review
";
arnews[5] += "The Twilight Saga: New Moon Review Posted by Jeremy Thomas on 11.21.2009 The second entry of the Twilight saga is here...is the bark worse than the bite was? Directed by: Chris Weitz Written by: Melissa Rosenberg Starring: Kristen Stewart - Bella Swan Robert Pattinson - Edward Cullen Taylor Lautner - Jacob Black Billy Burke - Charlie Swan Ashley ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:21:16 GMT";
arnews[5] += "
";
arnews[6]="a New Moona shines brighter than its a Twilighta predecessor | 2 stars
";
arnews[6] += "A marginal improvement on last years Twilight, New Moon is a bit like being locked in a room for two hours with a very moody teenager.The people most likely to appreciate the experience are other moody teens and moms who remember what it was like to be a moody teen.Ill admit up front that Im not the ideal demographic for Stephenie Meyers tale of ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 04:41:07 GMT";
arnews[6] += "
";
arnews[7]="The Twilight Saga: New Moon Movie Review: Let the Wrong One In
";
arnews[7] += "Every fifth or sixth word in my notes on The Twilight Saga: New Moon is 'mope'. If there's a more listless, disengaged piece of film this year I hope I don't have to suffer it.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 01:40:46 GMT";
arnews[7] += "
";
totcount = 8;
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("