var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No peace on earth: Holiday films go to battle - Chicago Sun-Times
";
arnews[0] += "This holiday season there will be no peace on earth. Viggo Mortensen isn't roasting chestnuts but trying to prevent his other body parts from getting roasted in the cannibal-crazy \"The Road.\" Earthlings aren't exactly welcome when they visit Smurf ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:11:00 GMT";
arnews[0] += "
";
arnews[1]="A fine nine movies for the winter - News-Herald.com
";
arnews[1] += "Well, I was up-front with you. A couple of months ago in this space, I previewed the fall movie season. Although autumn traditionally is one of my favorite times of year to spend hours at the cineplex, this fall did not look that promising. Oh, there ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[1] += "
";
arnews[2]="New character video featurette for James Cameron's 'Avatar' - Monsters and Critics
";
arnews[2] += "We have added a new video featurette for 20th Century Fox and James Cameron's 'Avatar'. This latest videos focuses on Stephen Lang's character in the movie, Colonel Quaritch. The fantasy epic stars Sam Worthington, Zoe Saldana, Sigourney Weaver ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[2] += "
";
arnews[3]="Local sports results for Nov. 21 - Observer-Dispatch
";
arnews[3] += "MVCC: Liz Unger 6-0-13; Izzy Diaz 4-2-11; Keonti Powell 5-0 11; Alex Dickens 4-1 9; Domonique Washington 3-0-6; Carolina Conception 2-0-5; Desiree Fauvelle 1-0-2; Meghan Lewis 1-0-2. Totals: 26-3-59. Adirondack: R. Black 3-4-10; T. Bezio 3-0-6; R ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT";
arnews[3] += "
";
arnews[4]="New featurette on Stephen Lang's Colonel Quaritch in the soon to be ... - COMICBOOKMOVIE.com
";
arnews[4] += "net and \"Avatar\" is released in conventional 3D theaters and IMAX 3D on December 18th of next month. Stars: Sam Worthington, Zoe Saldana (picture of her alien character above). Michelle Rodriguez, Sigourney Weaver, Stephen Lang and Giovanni Ribisi.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 GMT";
arnews[4] += "
";
arnews[5]="Marriage licenses - Napa Valley Register
";
arnews[5] += "RODRIGUEZ-SPENCER — Ruth Michelle Rodriguez, 54, Napa, to David Allen Spencer, 53, Napa. BUENO-MILLER — Courtney Nicole Bueno, 25, Napa, to Michael Jacob Miller, 26, Napa.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[5] += "
";
arnews[6]="UTA ups two agents to partner - Variety
";
arnews[6] += "Veteran UTA talent agents Billy Lazarus and Shani Rosenzweig have been promoted to partner status, pushing the number of partners at UTA to 23. Other partners from the talent department are Jim Berkus, Tracey Jacobs, Theresa Peters and David Guillod ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 02:35:00 GMT";
arnews[6] += "
";
arnews[7]="Second Avatar Featurette and New Clip - Coming Soon!
";
arnews[7] += "Opening December 18 in conventional 3D theaters and IMAX 3D, the action-adventure stars Sam Worthington, Zoe Saldana, Sigourney Weaver, Michelle Rodriguez, Giovanni Ribisi, Joel David Moore, CCH Pounder, Peter Mensah, Laz Alonso, Wes Studi, Stephen ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 19:57:00 GMT";
arnews[7] += "
";
arnews[8]="Avatar: The Game Trailer Sidesteps Uncanny Valley - Wired News
";
arnews[8] += "The folks behind James Cameron’s Avatar: The Game didn’t have to struggle too hard to make their videogame look lifelike. Director Cameron did most of the heavy lifting (and reportedly spent $500 million) when it came to clawing up and out of the ...";
arnews[8] += "
Publ.Date : Wed, 11 Nov 2009 23:59: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("