var arnews = new Array(9); totcount = 3; rnd = 0; arnews[0]="PCA Red Carpet Interview - Paula Marshall
"; arnews[0] += "

PCA Red Carpet interview with Paula Marshall of the CBS show, 'Gary Unmarried'

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="PCA Red Carpet Interview - Paula Marshall
"; arnews[1] += "

PCA Red Carpet interview with Paula Marshall of the CBS show, 'Gary Unmarried'

Add this to your queue
Duration: 01:15

"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Celebrity Interviews - Gary Unmarried: Paula Marshall
"; arnews[2] += "

Paula Marshall plays Jay Mohr's ex-wife on GARY UNMARRIED. She joins Chris Harrison in the Hollywood 411 studio to talk about her need to play her role on GARY and CALIFORNICATION, even if it was naked.

Add this to your queue
Added: Wed Nov 05 20:39:25 UTC 2008
Duration: 04:51

"; arnews[2] += "
Publ.Date : Wed, 05 Nov 2008 20:39:25 -0000"; 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("
");