var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Hot Spot - San Diego weekly Reader
";
arnews[0] += "The story comes from an early-Fifties novel by Charles Williams, a dead ringer for any number of direct translations or approximate paraphrases of the works of James M. Cain: it's conventional, in other words, all the way, unless you can count having ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT";
arnews[0] += "
";
arnews[1]="Inventing the Abbotts - San Diego weekly Reader
";
arnews[1] += "The issues are solid (first love, the wrong side of the tracks, the gossip-stained reputation), and the storytelling shows good patience, and the cast (Joaquin Phoenix, Liv Tyler, Jennifer Connelly, Joanna Going, Billy Crudup, Kathy Baker, Will ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:49:00 GMT";
arnews[1] += "
";
arnews[2]="Newmarket acquires 'Agora' - Variety
";
arnews[2] += "Newmarket Films has acquired U.S. rights to Alejandro Amenabar's \"Agora\" and will release historical epic during the first half of next year. It's the first acquisition for Newmarket -- best known for handling \"The Passion of the Christ\" -- since the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:53:00 GMT";
arnews[2] += "
";
arnews[3]="Robert Downey Jr to Quit Acting? - WorstPreviews.com
";
arnews[3] += "Most of Hollywood actors and actresses have threatened to quit acting. In the last year, we've already had Angelina Jolie, Sean Penn, Viggo Mortensen and Jennifer Connelly. Now, you can add Robert Downey Jr to that list. Yes, the same guy who finally ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:05:00 GMT";
arnews[3] += "
";
arnews[4]="Using Celebrity Wattage to Fight City’s Planned ‘Garbage Garage’ - New York Times
";
arnews[4] += "In the old days, the industrial neighborhood just above TriBeCa was so forlorn that if Martin Sheridan spied someone four blocks away, he could be pretty sure it was an approaching customer. A rendering of the Hudson Rise, top, which neighbors are ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
totcount = 5;
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("