var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blood and Concrete - San Diego weekly Reader
";
arnews[0] += "With Billy Zane, Jennifer Beals, and Darren McGavin; directed by Jeffrey Reiner. 1991.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:01:00 GMT";
arnews[0] += "
";
arnews[1]="Area Life - Altoona Mirror
";
arnews[1] += "Altoona, Pennsylvania,” wannabe dancer Alex, played by Jennifer Beals, said.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:08:00 GMT";
arnews[1] += "
";
arnews[2]="The French connection - Prague Post
";
arnews[2] += "Sandrine Bonnaire, Kevin Kline, Francis Renaud, Valerie Lagrange and Jennifer Beals star. An obsessively curious French maid (Bonnaire) discovers an abiding love for the game of chess while on the job. With the help of an expat American retiree ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="The Book of Eli - WorstPreviews.com
";
arnews[3] += "November 16th, 2009: \"The Book of Eli\" revolves around a lone warrior (Washington) who must fight to bring society the knowledge that could be the key to its redemption. Oldman has been set to portray the despot of a small makeshift town who's ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 13:09:00 GMT";
arnews[3] += "
";
totcount = 4;
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("