var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="'Cougar Town' halts production for Courteney Cox's 'family matter'
"; arnews[0] += "\"Cougar Town\" production has been temporarily suspended while star Courteney Cox tends to a family matter."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:00 GMT"; arnews[0] += "
"; arnews[1]="'Forces of Nature' features Savannah's beauty
"; arnews[1] += "The Comer House, home of Ed and Caroline Hill, is located on the corner of Taylor and Bull streets and hosted a party scene in the movie \"Forces of Nature\". The Derenne Globe as it looked during the 1998 filming of \"Forces of Nature\". The Derenne Globe as it stands today in Savannah."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Rescue Me: Season 5, Volume 2 on DVD Dec 8
"; arnews[2] += "The critically-acclaimed series from Sony Pictures Television for FX about post-9/11 New York City firefighters stars three-time Emmy winner Denis Leary and features guest stars Academy Award winner Tatum O'Neal , Maura Tierney and Patti D'Arbanville . The three-disc set contains 11 episodes from the second half of the fifth season of this edgy ..."; arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 16:44:28 GMT"; arnews[2] += "
"; arnews[3]="'Parenthood's' about overcoming setbacks
"; arnews[3] += "Everybody knows parenthood is a tough gig. But the creatives involving in birthing 'Parenthood,' NBC's adaptation of the 1989 movie of the same name, had no idea of the personal trials they would face in getting the ensemble drama on the air."; arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 19:59:20 GMT"; arnews[3] += "
"; arnews[4]="NBC cancels 'Trauma' series
"; arnews[4] += "\"Trauma\" is DOA at NBC. The network has canceled the expensive medical drama, according to Variety."; arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 10:39:57 GMT"; arnews[4] += "
"; totcount = 5; 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("
");