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]="TV on DVD: Tuesday, November 17, 2009
";
arnews[1] += "This week, you have a choice between hilarious comedies and gripping dramas, family fare and adult material, and original Star Trek and Next Generation .";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 21:16:08 GMT";
arnews[1] += "
";
arnews[2]="Zack and Miri Make a Porno
";
arnews[2] += "If you have seen a Kevin Smith movie, you know what to expect from this Zack and Miri Make A Porno .";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 22:43:09 GMT";
arnews[2] += "
";
arnews[3]="Fun documentary is 'Rejection' you can take
";
arnews[3] += "The Tallahassee Film Society has been in a serious mood lately with a string of downbeat documentaries about the Holocaust.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Movie review: Zack and Miri Make a Porno -- 2 out of 5 stars
";
arnews[4] += "The \"it\" boy of crude comedy, Seth Rogen, loses some of his comic heat when he teams up with the guy who invented the genre, Kevin Smith, in Zack and Miri Make a Porno.";
arnews[4] += "
Publ.Date : Wed, 29 Oct 2008 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Jayne to entertain at Pride
";
arnews[5] += "Watch out! Erika Jayne can be one naughty girl. The dance pop sensation has been described as \"Gwen Stafani goes burlesque,\" \"equal parts Hollywood glamour and S&M chic\" and \"the spawn of Sapphic union between Rita Hayworth and Traci Lords.\" \"That is a perfect description of my music and vibe, actually,\" says the Atlanta-bred, Los Angeles-based ...";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 08: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("