var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Relic - San Diego weekly Reader
";
arnews[0] += "With Penelope Ann Miller, Tom Sizemore, James Whitmore, and Linda Hunt; directed and photographed by Peter Hyams. 1997.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 17:01:00 GMT";
arnews[0] += "
";
arnews[1]="The Messengers - San Diego weekly Reader
";
arnews[1] += "Hollywood directorial debut of the Hong Kong twin brothers, Danny and Oxide Pang. Routine haunted-house hijinks, unrelenting and undiscriminating, at a \"run-down\" farmhouse (to say the least) in North Dakota, with a flock of crows flown in from ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:12:00 GMT";
arnews[1] += "
";
arnews[2]="Sam Raimi Producing, Possibly Directing, 'The Shadow' - The Celebrity Cafe.com
";
arnews[2] += "The character has been adapted for the screen before, with Alec Baldwin playing the telepath in the 1994 adaptation, also starring Penelope Ann Miller as his companion, Margo Lane. The character was a great influence on super heroes of the time ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 20:40: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("