var arnews = new Array(6); totcount = 4; rnd = 0; arnews[0]="The Mentalist - Behind the Scenes with Robin Tunney
"; arnews[0] += "

Get a behind the scenes look at whats in a days work for the Lady Boss of the Mentalist

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Behind the Scenes with Robin Tunney
"; arnews[1] += "

Get a behind the scenes look at whats in a days work for the Lady Boss of the Mentalist

Add this to your queue
Duration: 02:37

"; arnews[1] += "
"; arnews[2]="PCA Red Carpet Interview u2013 Robin Tunney
"; arnews[2] += "

PCA Red Carpet interview with Robin Tunney of the CBS show, 'The Mentalist'.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="PCA Red Carpet Interview u2013 Robin Tunney
"; arnews[3] += "

PCA Red Carpet interview with Robin Tunney of the CBS show, 'The Mentalist'.

Add this to your queue
Duration: 00:37

"; arnews[3] += "
"; totcount = 4; 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("
");