var arnews = new Array(10); totcount = 3; rnd = 1; arnews[0]="Moonlight Mile (trailer)
"; arnews[0] += "CAST/CREW CREDITS CAST: JOE NAST - Jake Gyllenhaal BEN FLOSS - Dustin Hoffman JOJO FLOSS - Susan Sarandon BERTIE KNOX - Ellen Pompeo CHERYL - Aleksia Landeau RABBI - Richard..."; arnews[0] += "
Publ.Date : Thu, 09 Apr 2009 07:36:50 GMT"; arnews[0] += "
"; arnews[1]="Assassins 2004 Tony Performance
"; arnews[1] += "with Becky Ann Baker, Mario Cantone, Mary Catherine Garrison, Michael Cerveris, Dennis O'Hare, Alexander Gemignani, James Barbour, Neil Patrick Harris, and Jeffrey Kuhn."; arnews[1] += "
Publ.Date : Wed, 08 Nov 2006 02:26:57 GMT"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Assassins 2004 Tony Performance
"; arnews[2] += "with Becky Ann Baker, Mario Cantone, Mary Catherine Garrison, Michael Cerveris, Dennis O'Hare, Alexander Gemignani, James Barbour, Neil Patrick Harris, and Jeffrey Kuhn."; arnews[2] += "
Publ.Date : Wed, 08 Nov 2006 02:26:57 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("
");document.write("
");