var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="5-8: "The Playbook" 2009.11.16
";
arnews[0] += "Cast: Josh Radnor, Jason Segel, Neil patrick Harris, Alyson Hannigan, Cobie Smulders, Sarah Wright , Eva Amurri , Raquel Alessi , Katie Malia , Jaime Taite , Kim Knight , Jannel Diaz , Nicole Tomlinson Crew: Bob Saget , Carter Bays , Craig Thomas , Carter Bays , Craig Thomas , Pamela Fryman Today @ 8:31 pm Damn you, I had a post ready! You can also ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:25:22 GMT";
arnews[0] += "
";
arnews[1]="Movie review: Miss March -- 1 out of 5 stars
";
arnews[1] += "Zach Cregger , Sara Jean Underwood, and Trevor Moore What a mess Miss March is. And I'm not just talking about the repeated involuntary bowel-evacuation moments.";
arnews[1] += "
Publ.Date : Fri, 13 Mar 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Movie review: Miss March -- 1 out of 5 stars
";
arnews[2] += "Zach Cregger , Sara Jean Underwood, and Trevor Moore What a mess Miss March is. And I'm not just talking about the repeated involuntary bowel-evacuation moments.";
arnews[2] += "
Publ.Date : Fri, 13 Mar 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Miss March
";
arnews[3] += "Near the beginning of Zach Cregger and Trevor Moore's bad taste road movie, a coma patient is woken from his four-year slumber by a blow to the head from a baseball bat.";
arnews[3] += "
Publ.Date : Sat, 12 Sep 2009 12:59:27 GMT";
arnews[3] += "
";
arnews[4]="Miss March: Generation Penetration review
";
arnews[4] += "Miss March: Generation Penetration, review Miss March: Generation Penetration is an almost perfect atrocity.";
arnews[4] += "
Publ.Date : Fri, 11 Sep 2009 13:30:01 GMT";
arnews[4] += "
";
arnews[5]="Miss March: Generation Penetration - Review
";
arnews[5] += "March: Generation Penetration has to rate as one of the most repulsive films of the year if not of all-time! A teen sex comedy cum road movie written, directed and starring Zach Cregger and Trevor Moore, of little known US cable TV comedy act The Whitest Kids U' Know , the film is a crass, vulgar and, quite frankly, pathetic excuse for a comedy ...";
arnews[5] += "
Publ.Date : Fri, 11 Sep 2009 06:31:04 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("