var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Scare-tacular Halloween on the tube
"; arnews[0] += "Spirits, freaks and other unthinkable stuff are running loose - \" thankfully only on TV Friday, October 30th, 2009 13:34:00 Friday OCT 30, 2009 The Lost Boys - Max Cinemax 10pm When a widowed mother and her two sons move to Santa Carla, California, the teenaged Michael hooks up with a gang of bikers."; arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 13:10:27 GMT"; arnews[0] += "
"; arnews[1]="Celebrity birthdays on Sept. 28
"; arnews[1] += "Actress Joan Van Ark is 66. Gino Vannelli is 57. Actress Laurie Metcalf is 54. Model-actress Jenny Shimizu is 42."; arnews[1] += "
Publ.Date : Mon, 28 Sep 2009 05:29:09 GMT"; arnews[1] += "
"; arnews[2]="Celebrity birthdays on Sept. 25
"; arnews[2] += "Newswoman Barbara Walters is 80. Actor Michael Douglas is 65. Model Cheryl Tiegs is 62."; arnews[2] += "
Publ.Date : Fri, 25 Sep 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Reaper's Bret Harrison is all over his new project, a comedy for CBS
"; arnews[3] += "Bret Harrison has been around television for awhile, starting on Grounded for Life ."; arnews[3] += "
Publ.Date : Fri, 04 Sep 2009 16:05:00 GMT"; arnews[3] += "
"; arnews[4]="Celebrity birthdays on Aug. 30
"; arnews[4] += "Actress Joan Van Ark is 66. Gino Vannelli is 57. Actress Laurie Metcalf is 54. Model-actress Jenny Shimizu is 42."; arnews[4] += "
Publ.Date : Sun, 30 Aug 2009 05:48:49 GMT"; arnews[4] += "
"; arnews[5]="Whatever Happened To...The Cast Of Everwood?
"; arnews[5] += "From time to time, I'll be checking in on some of your favorite CW and WB programs to catch you up on what the stars of those shows have been up to since their departure from the airwaves."; arnews[5] += "
Publ.Date : Sat, 22 Aug 2009 01:22:39 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("
");