var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "David James+Elliott" - Google News"; document.title=document.title+ " "; arnews[0]="New on DVD: 'Up,' 'A Woman in Berlin' and 'World Series Film Collection' - Plain Dealer
"; arnews[0] += "

Plain Dealer

New on DVD: 'Up,' 'A Woman in Berlin' and 'World Series Film Collection'
Plain Dealer
David James Elliott stars as Cmdr. Harmon "Harm" Rabb Jr., and Catherine Bell plays Lt. Col. Sarah "Mac" MacKenzie. They're in love but won't admit it ...

and more »
"; arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 11:17:50 GMT+00:00"; arnews[0] += "
"; arnews[1]="Barber Wins by Decision over Ramirez - WBAN
"; arnews[1] += "

WBAN

Barber Wins by Decision over Ramirez
WBAN
Television and film star David James Elliott from the series JAG and enthusiastic well known boxers such as Chris Byrd were on hand to cheer their favorite ...

and more »
"; arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 18:12:11 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("
");