var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="TV Mail Box
"; arnews[0] += "Q: I love watching \"Law & Order: Criminal Intent,\" and I would like to know if Season Four is ever coming to DVD."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 11:39:33 GMT"; arnews[0] += "
"; arnews[1]="Survivor lives up to its slogan
"; arnews[1] += "Left to right: Survivor creator Mark Burnett, competitors Richard Hatch and Rudy Boesch, and host Jeff Probst."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:52:37 GMT"; arnews[1] += "
"; arnews[2]="New on DVD: 'Michael Jackson: This Is It'
"; arnews[2] += "The late Michael Jackson was the most popular performer in the world. Before his death last summer, he had not toured in 10 years and was preparing for a 50-date sold-out series of concerts in London."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 08:31:51 GMT"; arnews[2] += "
"; arnews[3]="Holiday Lights: Singing Angels, Silver Bells
"; arnews[3] += "Holiday Lights is a wonderfully diverse collection of holiday music from the Middle Ages and Renaissance to the present sung by The Western Wind one of America's preeminent vocal ensembles."; arnews[3] += "
Publ.Date : Fri, 25 Dec 2009 08:32:15 GMT"; arnews[3] += "
"; arnews[4]="Wrap up your shopping with popular Western and other classic TV shows
"; arnews[4] += "In recent years, DVDs have become popular gift items to purchase during the holiday season."; arnews[4] += "
Publ.Date : Fri, 18 Dec 2009 10:32:56 GMT"; arnews[4] += "
"; arnews[5]="Pix: These guys will sell you anything
"; arnews[5] += "Edward Bloom -- Albert Finney / Ewan McGregor in Big Fish Shaun -- Simon Pegg in Shaun of the Dead Some people close a deal and some people don't. It's that simple."; arnews[5] += "
Publ.Date : Thu, 03 Dec 2009 06:42:24 GMT"; arnews[5] += "
"; totcount = 6; 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("
");