var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Phantom,' A Serious Man' top list of latest Blu-ray releases - Modesto Bee
";
arnews[0] += "An exciting adaptation of a classic comic strip, \"The Phantom\" (Lionsgate, 1996, $19.99), and a comedy-drama, \"A Serious Man\" (Universal, 2009, $36.98), lead this week's new titles arriving on Blu-ray. The Phantom was created by Lee Falk as a daily ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[0] += "
";
arnews[1]="The Phantom,’ ‘A Serious Man’ top list of latest Blu-ray ... - Popmatters.com
";
arnews[1] += "An exciting adaptation of a classic comic strip, “The Phantom” (Lionsgate, 1996, $19.99), and a comedy-drama, “A Serious Man” (Universal, 2009, $36.98), lead this week’s new titles arriving on Blu-ray. The Phantom was created by Lee Falk as ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:59:00 GMT";
arnews[1] += "
";
arnews[2]="The Chase - San Diego weekly Reader
";
arnews[2] += "A distinguished name in movies: Arthur Ripley's The Chase , 1946; Arthur Penn's The Chase , 1966. Until now. The chase itself -- cop cars after a hijacked BMW -- wastes no time getting started; and the quick zooming, panning, cutting visual style is ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 06:48:00 GMT";
arnews[2] += "
";
totcount = 3;
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("