var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Now Shooting
";
arnews[0] += "There are three weeks filming left to do on this end-of-the-world thriller starring John Cusack, and then months of post-production prior to a July 2009 release.";
arnews[0] += "
Publ.Date : Sun, 23 Nov 2008 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Scare-tacular Halloween on the tube
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 30 Oct 2009 13:10:27 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays on Sept. 28
";
arnews[2] += "Actress Joan Van Ark is 66. Gino Vannelli is 57. Actress Laurie Metcalf is 54. Model-actress Jenny Shimizu is 42.";
arnews[2] += "
Publ.Date : Mon, 28 Sep 2009 05:29:09 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays on Sept. 25
";
arnews[3] += "Newswoman Barbara Walters is 80. Actor Michael Douglas is 65. Model Cheryl Tiegs is 62.";
arnews[3] += "
Publ.Date : Fri, 25 Sep 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Reaper's Bret Harrison is all over his new project, a comedy for CBS
";
arnews[4] += "Bret Harrison has been around television for awhile, starting on Grounded for Life .";
arnews[4] += "
Publ.Date : Fri, 04 Sep 2009 16:05:00 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("