var arnews = new Array(6); totcount = 6; 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]="I Hope They Serve Beer in Hell
"; arnews[1] += "Liam Lacey From Friday's Globe and Mail Published on Thursday, Nov. 12, 2009 1:31PM EST Last updated on Thursday, Nov."; arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 21:31:00 GMT"; arnews[1] += "
"; arnews[2]="Fascinating fact:
"; arnews[2] += "Former FELICITY and DAWSON'S CREEK star SCOTT FOLEY is set to become a first-time dad - his actress wife MARIKA DOMINCZYK is pregnant."; arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 13:18:39 GMT"; arnews[2] += "
"; arnews[3]="Scott Foley & Wife Expecting First Child
"; arnews[3] += "There's a baby on the way for The Unit star Scott Foley and Marika Dominczyk. Sporting a noticeable bump at the premiere of her latest film, I Hope They Serve Beer In Hell , Dominczyk, 29, is in her third trimester, PEOPLE has learned."; arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 02:05:52 GMT"; arnews[3] += "
"; arnews[4]="Scott Foley, Wife Expecting First Child
"; arnews[4] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"Too bad I cana t watch the show anymore."; arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 23:38:40 GMT"; arnews[4] += "
"; arnews[5]="I Hope They Serve Beer in Hell
"; arnews[5] += "Please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player."; arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 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("
");