var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Now Showing at Home
";
arnews[0] += "DVD GEEK FACTOR 8.5 While this film failed to set the box office afire, it still counts as the best Adam Sandler film in years, and contains both his and Seth Rogen's best screen work yet.";
arnews[0] += "
Publ.Date : Thu, 27 Aug 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Talking the Pith Out of Kathy Griffin
";
arnews[1] += "Though her TV reality show, My Life on the D-List , is on hiatus after its fifth season, Kathy Griffin 's pushing a heap o' new product.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:06:43 GMT";
arnews[1] += "
";
arnews[2]="MCLA looks to improve
";
arnews[2] += "One team sees room to grow and the other has nowhere to go but up. The basketball teams at the Massachusetts College of Liberal Arts both have high hopes for the 2009-10 season.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 15:58:54 GMT";
arnews[2] += "
";
arnews[3]="Sex, Drugs & Gefilte Fish: The Heeb Storytelling Collection
";
arnews[3] += "As everyone knows, Jews own and run Hollywood. Unlike a premortem Marlon Brando, who proclaimed this to Larry King a few years back, no one can kvetch at me for saying this because I AM A JEW, WHICH GIVES ME THE RIGHT TO SAY ANYTHING I WANT ABOUT MY PEOPLE.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 09:28:50 GMT";
arnews[3] += "
";
arnews[4]="AFF Review: Cummings Farm
";
arnews[4] += "Funny things happen on the way to an orgy. Three young couples, in various levels of committment, decide to have an orgy over a weekend getaway at Cummings Farm .";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 06:00:50 GMT";
arnews[4] += "
";
arnews[5]="Laura 'Idell' (Sweeney) McCarty
";
arnews[5] += "ZANESVILLE: Laura 'Idell' McCarty, 97, died peacefully with family at her side on October 30, 2009 at Primrose Retirement Community in Zanesville.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Nicole & Keith's Rock 'n' Roll Date Night | Keith Urban, Nicole Kidman
";
arnews[6] += "The celebrity couple pulled up to the backstage entrance, sneaking into the show under the radar.";
arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 14:36:42 GMT";
arnews[6] += "
";
totcount = 7;
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("