var arnews = new Array(9); totcount = 2; rnd = 0; arnews[0]="Live From the Red Carpet - 2009 Globes: Judy Reyes
"; arnews[0] += "

The "Scrubs" beauty transitions her look from day to night with the help of makeup artist Collier Strong.

Add this to your queue
Added: Mon Jan 12 02:19:38 UTC 2009
Air date: Sun Jan 11 00:00:00 UTC 2009
Duration: 01:38

"; arnews[0] += "
Publ.Date : Mon, 12 Jan 2009 02:19:38 -0000"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Celebrity Interviews - Scrubs: Judy Reyes
"; arnews[1] += "

Hot comic actress Judy Reyes of SCRUBS joins Chris Harrison in the Hollywood 411 studio to discuss the show's jump to a new network - ABC, Zach Braff's exit and how nurse Carla is holding strong.

Add this to your queue
Added: Thu Jan 08 17:01:03 UTC 2009
Duration: 04:42

"; arnews[1] += "
Publ.Date : Thu, 08 Jan 2009 17:01:03 -0000"; 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("
");