var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Michael Deeley's Blade Runners and Deer Hunters
"; arnews[0] += "In his newly released autobiography Michael Deeley, producer of Blade Runner and the Italian Job, gives us an insight into the world of cult movies."; arnews[0] += "
Publ.Date : Thu, 08 Oct 2009 12:40:05 GMT"; arnews[0] += "
"; arnews[1]="Producer Michael Deeley recalls The Deer Hunter
"; arnews[1] += "Award winning producer Michael Deeley has admitted he does not like watching his own movies. The 77-year-old whose producer credits include films like The Italian Job and Blade..."; arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 23:57:15 GMT"; arnews[1] += "
"; arnews[2]="Cat Deeley on Paula Abdul
"; arnews[2] += "\"So You Think You Can Dance\" host Cat Deeley chats about how Paula Abdul would be a lovely addition to the show and how great she would be with contestants. (Access Hollywood)"; arnews[2] += "
Publ.Date : Tue, 18 Aug 2009 19:36:59 GMT"; arnews[2] += "
"; arnews[3]="SYTYCD 5 & 6 - Cat Deeley
"; arnews[3] += "We caught up with Cat Deeley during the auditions of So You Think You Can Dance season 6. She talked about what it takes and how hard it is to say goodbye to contestants on season..."; arnews[3] += "
Publ.Date : Thu, 02 Jul 2009 19:26:58 GMT"; arnews[3] += "
"; arnews[4]="Cat Deeley
"; arnews[4] += "ShowReel"; arnews[4] += "
Publ.Date : Tue, 23 Jun 2009 12:02:54 GMT"; arnews[4] += "
"; arnews[5]="SYTYCD 5: Cat Deeley - LA Auditions
"; arnews[5] += "Cat Deeley tells us what she does to get the energy going among the aspiring contestants that have been waiting in line all night. She also shares where she plans to get her..."; arnews[5] += "
Publ.Date : Thu, 05 Mar 2009 06:55:49 GMT"; arnews[5] += "
"; document.title=document.title+ " "; arnews[6]="Cat Deeley swears on TV
"; arnews[6] += "From Peter Kay's excellent show"; arnews[6] += "
Publ.Date : Wed, 29 Oct 2008 00:21:17 GMT"; arnews[6] += "
"; arnews[7]="Cat Deeley ticklish feet
"; arnews[7] += "Cat Deeley tickled with pen on feet"; arnews[7] += "
Publ.Date : Wed, 24 Sep 2008 17:00:21 GMT"; arnews[7] += "
"; arnews[8]="Cat Deeley Kisses Dominic
"; arnews[8] += "Cat Deeley kisses Dominic Sandoval on Fox's New Year's special! Cat Deeley's dorky laugh after the kiss is so adorable! Aw man.. leave it to youtube to completely crap out the..."; arnews[8] += "
Publ.Date : Wed, 02 Jan 2008 11:19:43 GMT"; arnews[8] += "
"; arnews[9]="Jon Bon Jovi with Cat Deeley Interview at American idol
"; arnews[9] += "Jon Bon Jovi with cat deely interview from american idol, UK"; arnews[9] += "
Publ.Date : Sat, 26 May 2007 19:24:01 GMT"; arnews[9] += "
"; totcount = 10; 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("
");