var arnews = new Array(9); totcount = 2; rnd = 0; arnews[0]="Access Hollywood - Cat Deeley: Paula Abdul Is 'A Lovely Lady'
"; arnews[0] += "

"So You Think You Can Dance" host Cat chats about how Paula would be a lovely addition to the show and how great she would be with contestants.

Add this to your queue
Added: Thu Aug 20 10:00:12 UTC 2009
Air date: Wed Aug 19 00:00:00 UTC 2009
Duration: 01:00

"; arnews[0] += "
Publ.Date : Thu, 20 Aug 2009 10:00:12 -0000"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="The Tonight Show with Conan O'Brien - Cat Deeley
"; arnews[1] += "

Cat discusses her English accent? And her terrible dancing!

Add this to your queue
Added: Sun Jul 12 00:10:09 UTC 2009
Air date: Fri Jul 10 00:00:00 UTC 2009
Duration: 06:39
Rating: 4.1 / 5.0

"; arnews[1] += "
Publ.Date : Sun, 12 Jul 2009 00:10:09 -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("
");