var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Home Movies: Direct-to-DVD Sequels Cash In
";
arnews[0] += "Corey Feldman reprises his role as Edgar Frog, veteran vampire hunter, in 'Lost Boys: The Tribe.' Courtesy Warner Brothers It's a tradition older than The Land Before Time II a ' building direct-to-DVD franchises on the foundations laid by popular originals, including blockbuster titles like Home Alone , Ace Ventura and Bambi .";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 16:14:30 GMT";
arnews[0] += "
";
arnews[1]="9 (DVD) ~ Elijah Wood (voice)$21.63
";
arnews[1] += "Run a Quick Search on \"9\" starring Elijah Wood to Browse Related Products: Browse more products related to \" 9 \" Browse more products related to \" Elijah Wood, Jennifer Connelly and Shane Acker \" Review Total Film, 10/22/2009, 3 stars out of 5 -- \"9 takes the extra time to expand its characters....Dialogue is added and monster quotient upped.\" Box ...";
arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 22:50:00 GMT";
arnews[1] += "
";
arnews[2]="Concord
";
arnews[2] += "For Darin Hollis of Raymond, watching a movie just isn't enough. He wants to own a little piece of it.";
arnews[2] += "
Publ.Date : Thu, 17 Dec 2009 12:16:55 GMT";
arnews[2] += "
";
arnews[3]="Show & Tell: Entertainment News
";
arnews[3] += "Most frightening villain: Hannibal Lecter No place like home to be scared In the spirit of the Halloween season, Redbox posed some pertinent questions to the people who use the company's automated DVD-rental system.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 11:28:10 GMT";
arnews[3] += "
";
arnews[4]="Fall Frights: the Ring
";
arnews[4] += "Tuesday, October 20, 2009 02:48 AM In the spirit of Halloween '09, we're breaking out reviews of some Fall Frights you may want to work into your monthly viewing.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 08:40:51 GMT";
arnews[4] += "
";
arnews[5]="Spirited Away (DVD) ~ Daveigh Chase (voice)$20.61
";
arnews[5] += "Run a Quick Search on \"Spirited Away\" starring Daveigh Chase to Browse Related Products: Review Entertainment Weekly, 09/27/2002, p.57, \"...A triumph of psychological depth and artistic brilliance...\" Los Angeles Times, 09/20/2002, p.C1, \"...This visual wonder is the product of a fierce and fearless imagination whose creations are unlike any you've ...";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 06:47:02 GMT";
arnews[5] += "
";
arnews[6]="Patrick Swayze
";
arnews[6] += "NOT FORGOTTEN: Actor Patrick Swayze arrives for the World Premiere of the film, 'Mona Lisa Smile,' in New York, December 10, 2003.";
arnews[6] += "
Publ.Date : Tue, 15 Sep 2009 09:36:42 GMT";
arnews[6] += "
";
arnews[7]="Richard Kelly's role? - I loved Donni...
";
arnews[7] += "S. DARKO Friday, May 08, 2009 01:38 PM Samuel Zimmerman At one point on the S. DARKO DVD's audio commentary, director Chris Fisher says something along the lines of, \"I'm not sure I know what's going on.\" That wasn't exactly comforting to hear while trying to make sense of everything that had transpired thus far.";
arnews[7] += "
Publ.Date : Fri, 08 May 2009 07:00:00 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("