var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="400 Screens, 400 Blows - What's Up with Whip It? - cinematical
";
arnews[0] += "I couldn't agree with you more. I think the main problem was Fox Searchlight's handling of the film. They should have started with a limited NY/LA release, then a wide release. They opened the movie up on too many screens the 1st week. I also think ...";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Whip It! - EDGE Boston
";
arnews[1] += "Immediately taken by their punk rock look and girl power attitude, Bliss decides to check out their show with her best friend Pash (Alia Shawkat). While there, a team member named Maggie (Kristiin Wig) convinces her to try out for the sport.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="Barrymore comes of age in Whip It - Owen Sound Sun Times
";
arnews[2] += "Whip It is a coming-of-age story about a girl who finds all the rebellion and affirmation she needs at roller derby. Racing around a track in skates is wild, goofy and exhilarating, and filmmaker Drew Barrymore captures every bit of that good-natured ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="Coming to Amreeka - Edmonton Sun
";
arnews[3] += "Amreeka is a sweet-natured film about the experiences of a Palestinian woman and her teenage son when they emigrate to Illinois. The film is set in 2003, at the beginning of the invasion of Iraq, so the Arab experience in America is fraught with ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:53:00 GMT";
arnews[3] += "
";
totcount = 4;
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("