var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: I Hope They Serve Beer in Hell -- 1 out of 5 stars
";
arnews[0] += "I have no idea if they serve beer in hell. But I have some notion of what might be playing at the Hades AMC 20.";
arnews[0] += "
Publ.Date : Fri, 25 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Lon and the short of it
";
arnews[1] += "Note: DVD format preferable, but QuickTime movies are acceptable. As local movie director Pete Schuermann talks about his work - films ranging from Haze , a documentary about alcohol and college hazing, to Evil Brain from Planet X , a sci-fi short spoofing old B-movies - he admits he has a pet peeve.";
arnews[1] += "
Publ.Date : Tue, 27 Jan 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Couples Watch: Paris & Doug, Lindsay & Ryan
";
arnews[2] += "The heiress was swinging around, drink in hand, but Reinhardt seemed more interested in watching other clubgoers pass by.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kim Kardashian gives fashion tips to fans at Westfield Culver City in LA on November 7, 2009
";
arnews[3] += "Friday, November 6, in Las Vegas: David Spade having dinner with friends including Kevin Farley, the brother of late star Chris Hulk Hogan at LAX, eating at California Pizza Kitchen while waiting for his flight.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Movie review: I Hope The Serve Beer in Hell is tepid brew at best
";
arnews[4] += "Bottoms up: A scene from I Hope They Serve Beer in Hell. Photograph by: Handout, Files Directed by: Bob Gosse 18A: frequent coarse language; sexual content Running time: 105 minutes One star VANCOUVER a 'A It may have the best title of the year, but I Hope They Serve Beer in Hell cana TMt live up to its promise.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 11:29:28 GMT";
arnews[4] += "
";
arnews[5]="I Hope They Serve Beer in Hell
";
arnews[5] += "Liam Lacey From Friday's Globe and Mail Published on Thursday, Nov. 12, 2009 1:31PM EST Last updated on Thursday, Nov.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 21:31:00 GMT";
arnews[5] += "
";
arnews[6]="Maxed out
";
arnews[6] += "When interviewing Tucker Max, be careful about dropping the S-bomb. To a writer assigned to deliver a story on Max, the \"sexist\" issue may seem a natural point of discussion.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 07:53:33 GMT";
arnews[6] += "
";
arnews[7]="Mary-Kate's Girls' Night at the Chateau Marmont | Mary-Kate Olsen
";
arnews[7] += "The starlet rocked her usual boho-chic look, sporting a long dress and vintage purse as the twosome hung out on the back patio.";
arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 12:17:30 GMT";
arnews[7] += "
";
arnews[8]="I Hope They Serve Beer in Hell
";
arnews[8] += "Justin Souther 10/21/2009 Genre: Comedy Directed by: Bob Gosse Starring: Matt Czuchry, Jesse Bradford, Geoff Stults, Keri Lynn Pratt, Marika Dominczyk Tucker Max is a writer who has made a very modest name for himself in the world of blogging, rattling off stories of drunken frat-boy debauchery and sexual escapades.";
arnews[8] += "
Publ.Date : Wed, 21 Oct 2009 08:14:21 GMT";
arnews[8] += "
";
totcount = 9;
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("