var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Independent and Military Base Films: February 12 to 18
";
arnews[0] += "12 - 7:30 p.m. The documentary follows independent filmmakers around the festival circuit for a lighthearted examination of the politics and pitfalls of today's film festival landscape.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:50:57 GMT";
arnews[0] += "
";
arnews[1]="Princess of Mars: Beyond Cheesy Bad
";
arnews[1] += "Format: Widescreen 1:33:1 Studio: Asylum Home Entertainment DVD Release Date: December 29, 2010 MPAA Rating: NR Running Time: 90 minutes Hermit Rating: = Poor.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:54:03 GMT";
arnews[1] += "
";
arnews[2]="Vivid Sales Honcho Howard Levine Launches Blog On XCritic.com
";
arnews[2] += "\"We're excited to have Howard Levine blogging for us. Howard has a unique perspective on the adult industry that could only come from deep, long-term experience.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'This Is It,' 'Surrogates,' 'Whip' among new arrivals
";
arnews[3] += "A poetic tale , a raunchy romp , a horror sequel , a fantasy thriller , a downbeat drama , an empowerment film and two concerts are among the new arrivals on this last weekend of January.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 18:27:21 GMT";
arnews[3] += "
";
arnews[4]="One man's trash is another man's film trailer
";
arnews[4] += "\"I remember my dad buying a beard trimmer in 1990 and it came with a VHS tape on how to use it,\" says Found Footage Festival's co-creator Nick Prueher.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 09:41:25 GMT";
arnews[4] += "
";
arnews[5]="C&L's Late Nite Music Club with Gloria Jones
";
arnews[5] += "Login or Register to post comments. 108 comments Fri, 01/22/2010 - 20:14 a ' miss_kitty In lieu of listening to Alicia Keyes screaming something about needing an angel or some old tosh like that I'm watching 'You Are Not Alone: A Musicians Search for the Human Cost of War,' so I can feel sad too... Not really dance music but Michael Franti - Bomb ...";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 08:51:28 GMT";
arnews[5] += "
";
arnews[6]="Beer In Hell, This Is It, Pawn Stars, Surrogates, Whip It
";
arnews[6] += "Home / Articles / Movies & TV / DVD Reviews / Beer In Hell, This Is It, Pawn Stars, Surrogates, Whip It By Bill Frost The long-un-awaited film adaptation of blogger/author Tucker Max's book of the same name, starring several nobodies - and Traci Lords! How did a guy who can barely write make a fairly decent movie? He didn't star in it.";
arnews[6] += "
Publ.Date : Wed, 20 Jan 2010 22:59:45 GMT";
arnews[6] += "
";
arnews[7]="Fest to feature Roseanne Barr, John Waters
";
arnews[7] += "It's going to be a funny February. Roseanne Barr will headline the inaugural Traverse City Comedy Arts Festival from Feb.";
arnews[7] += "
Publ.Date : Fri, 15 Jan 2010 17:19:50 GMT";
arnews[7] += "
";
totcount = 8;
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("