var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " - "Ron+Eldard" - Google News"; document.title=document.title+ " "; arnews[0]="Rubicon Theatre Company Presents DOUBT, A PARABLE - Broadway World
"; arnews[0] += "

Rubicon Theatre Company Presents DOUBT, A PARABLE
Broadway World
The original cast included Cherry Jones and Brian F. O'Byrne, who were followed by Eileen Atkins and Ron Eldard in 2006. The show ran in New York for 525 ...

"; arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 21:51:32 GMT+00:00"; arnews[0] += "
"; arnews[1]="The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s - 411mania.com
"; arnews[1] += "

411mania.com

The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s
411mania.com
... adding to an already-great ensemble that featured Jeremy Piven, Jason Isaacs, Ron Eldard, Sam Shepard, William Fichtner, and Ewan McGregor. ...

"; arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 05:11:24 GMT+00:00"; 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("
");document.write("
");