var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BECK AT THE MOVIES: 'The Lovely Bones' - HuntingtonNews.Net
";
arnews[0] += "Editor's Note: For a dueling critic perspective, visit REEL WEEK for Entertainment Editor, Tony Rutherford's take on the flick. Richmond, VA (HNN) -- The team behind the brilliant \"Lord of the Rings\" brings us something completely different with ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:43:00 GMT";
arnews[0] += "
";
arnews[1]="Short takes - Maryland Community Newspapers Online
";
arnews[1] += "2012 (PG-13) (158 min.; dir. Roland Emmerich; John Cusack, Amanda Peet, Danny Glover, Thandie Newton, Oliver Platt, Woody Harrelson, Chiwetel Ejiofor, Liam James, Morgan Lily, George Segal, Beatrice Rosen, Zlatko Buric, Tom McCarthy) action/drama ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 09:41:00 GMT";
arnews[1] += "
";
totcount = 2;
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("