var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I Hope They Serve Beer in Hell
";
arnews[0] += "Liam Lacey From Friday's Globe and Mail Published on Thursday, Nov. 12, 2009 1:31PM EST Last updated on Thursday, Nov.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 21:31:00 GMT";
arnews[0] += "
";
arnews[1]="I Hope They Serve Beer in Hell
";
arnews[1] += "Starring Matt Czuchry and Jesse Bradford. Rated 18A. Frat-boy humour can be a risky business.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 13:18:35 GMT";
arnews[1] += "
";
arnews[2]="Colin Farrell and Alicja Bachleda welcome new son and other celebrity baby names
";
arnews[2] += "Henry Tadeusz is the second son of Colin Farrell. Henry is a pretty normal name.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="I Hope They Serve Beer in Hell
";
arnews[3] += "Please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="I Hope They Serve Beer in Hell
";
arnews[4] += "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[4] += "
Publ.Date : Wed, 21 Oct 2009 08:14:21 GMT";
arnews[4] += "
";
arnews[5]="Leeza Gibbons and Sharon Gless honored at Gay & Lesbian Elder Housing's Fall Garden Party Benefit
";
arnews[5] += "Gay & Lesbian Elder Housing , the nation's only affordable housing development and organization for Lesbian, Gay, Bisexual and Transgender older adults, today announced that it raised over $250,000 at its 8th annual Garden Party event entitled \"Celebrating Equality's Pioneers.\" The amount raised came from corporate sponsorships, ticket sales, as ...";
arnews[5] += "
Publ.Date : Sat, 17 Oct 2009 19:18: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("