var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cheaper by the Dozen
";
arnews[0] += "Unrecognizable update of the 1950 film of the same name, set originally around the turn of the century, now a sort of Fox-TV sitcom quadrupled.";
arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 23:33:22 GMT";
arnews[0] += "
";
arnews[1]="Carriers Carried to DVD this December
";
arnews[1] += "Paramount's Carriers is coming to rental DVD on December 8th, 2009, from Paramount Home Entertainment with a full DVD release expected in four to six weeks afterwards.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 21:08:39 GMT";
arnews[1] += "
";
arnews[2]="Kevin Spacey hosts party at Abe & Arthur's to toast winner of...
";
arnews[2] += "John Stamos, Gina Gershon, Kevin Spacey and Rob Morrow at Abe & Arthur's. Photos are Courtesy of Larry Busacca/WireImage 2009 Last night, the Hollywood community came out to celebrate with Kevin Spacey as he announced Jason Klein as the winner of Stella Artois and TriggerStreet.com's 1st annual Stella Artois Film Project at Abe and Arthur's in New ...";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Oct. 31, 2008, Pulitzer Prize-winning author Studs Terkel died in Chicago at age 96
";
arnews[3] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 09:45:00 GMT";
arnews[3] += "
";
arnews[4]="Celebrity birthdays
";
arnews[4] += "Today's Birthdays: Author Dick Francis is 89. Former Cambodian King Norodom Sihanouk is 87.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 18:03:20 GMT";
arnews[4] += "
";
arnews[5]="Almanac
";
arnews[5] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 15:03:01 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("