var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Film review: Taking Woodstock
";
arnews[0] += "It's a bland, faintly pointless slice of sentimentality, suggesting comedy isn't Ang Lee's strong suit, says Peter Bradshaw Period fun a Kelli Garner, Demetri Martin, and Paul Dano in Taking Woodstock.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 00:01:00 GMT";
arnews[0] += "
";
arnews[1]="Movies
";
arnews[1] += "\"THE BOX\" A struggling couple are handed a box in which a button press will grant them a million dollars and kill another human being somewhere in the world.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 02:34:30 GMT";
arnews[1] += "
";
arnews[2]="Lars and the Real Girl
";
arnews[2] += "Starring: Ryan Gosling, Emily Mortimer, Paul Schneider, Patricia Clarkson Directed by Craig Gillespie Parental Advisory: mature themes Running time: 106 minutes Rating: Three stars out of five If you stay through the final credits of the strange and whimsical fantasy Lars and the Real Girl, you will learn the movie employed both a Bianca Wrangler ...";
arnews[2] += "
Publ.Date : Thu, 01 Nov 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ang Lee - Beyond the mild side
";
arnews[3] += "Ang Lee was not the most likely director to create a film about Woodstock, and his authentic-looking LSD scene is from imagination not experience, he tells James Mottram Ang Lee was not the most likely director to create a film about Woodstock enlarge Rather like Bruce Banner, the Marvel Comics character he once wrestled with in Hulk, there lurks ...";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 02:37:55 GMT";
arnews[3] += "
";
arnews[4]="Thanks for Community Support
";
arnews[4] += "Every fall for the last 4 years, a special event has taken place in Port St. Joe in support of the St.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 17:41:43 GMT";
arnews[4] += "
";
arnews[5]="Movie Guide
";
arnews[5] += "ALL ABOUT STEVE 98 minutes D PG-13 for sexual content Sandra Bullock, Thomas Haden Church, Bradley Cooper An eccentric woman follows a CNN cameraman across the country to convince him they belong together.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 07: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("