var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Virgin
";
arnews[0] += "A rowdy and raunchy party you won't want to miss! I've got this stupid little rule when it comes to movies: I want them to know something about their subject matter.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Re-Make/Re-Model
";
arnews[1] += "Today would be a great day to wander the grounds of the Memphis Botanic Gardens .";
arnews[1] += "
Publ.Date : Fri, 18 Jul 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="the Kevin Smith Collection Blu-Ray Review
";
arnews[2] += "Kevin Smith was one of the pioneers of 90's cinema. His low budget, lowbrow comedies paved the way for a lot of what we are seeing today.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:34:40 GMT";
arnews[2] += "
";
arnews[3]="Jay and Silent Bob Strike Back
";
arnews[3] += "It's time to say \"goodbye,\" according to Kevin Smith , to his token recurring characters -- the C3PO and R2-D2 of the local Quick Stop -- Jay and Silent Bob .";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 10:46:55 GMT";
arnews[3] += "
";
arnews[4]="Murney, Shindle, Adams & More Set for 'Dreams' Benefit, 11/23
";
arnews[4] += "Nick Adams , Paul Canaan , Jenn Colella , Blake Daniel , Jenn Gambatese , Tyler Hanes , Lauren Kennedy , Julia Murney , Matt Risch , and Kate Schindle are among the Broadway stars who will participate in the Broadway Dreams Foundation's Holiday Benefit Concert on Monday, November 23, 2009 at 7 p.m. at the Marjorie S. Deane Little Theatre at the ...";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 05:01:44 GMT";
arnews[4] += "
";
arnews[5]="Chasing Amy
";
arnews[5] += "Kevin Smith is one of us. Yes, that's right...one of us. He's not a Francis Ford Coppola or a Martin Scorcese, but a guy from New Jersey that decided to take a risk and make little movie called \"Clerks\". It paid off.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 19:57: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("