var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Two Films Based on the Bible Debut on DVD March 2 - ChristianNewsWire
";
arnews[0] += "Contact: Leif Helland, mPRm Public Relations, 323-933-3399 ext 4241, LHelland@mprm.com ; Erin O'Brien, Sony Pictures Home Entertainment, 310-244-4722, erin_obrien@spe.sony.com CULVER CITY, Calif., Feb. 4 / Christian Newswire / -- Sony Pictures Home ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 21:07:00 GMT";
arnews[0] += "
";
arnews[1]="Ongoing movies - Post-Tribune
";
arnews[1] += "Critic's rating: Not reviewed. Rated: PG for mild rude humor. Length: 1 hr., 29 min. Stars: Zachary Levi, David Cross, Jason Lee, Justin Long, Matthew Gray Gubler, Jesse McCartney, Amy Poehler, Anna Faris and Christina Applegate. The famous singing ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:00:00 GMT";
arnews[1] += "
";
arnews[2]="Movie guide: Capsule reviews of current releases - Raleigh News & Observer
";
arnews[2] += "Opinions are by Los Angeles Times reviewers. Ratings by the Motion Picture Association of America are: (G) for general audiences; (PG) parental guidance urged because of material possibly unsuitable for children; (PG-13) parents are strongly ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:01:00 GMT";
arnews[2] += "
";
arnews[3]="Film Shorts - Fort Worth Weekly
";
arnews[3] += "An Education (PG-13) This radiant and gently heartbreaking drama is one of 2009's best movies. The Oscar-nominated Carey Mulligan stars as a 16-year-old Londoner who falls for an older man (Peter Sarsgaard) in 1961 and considers giving up her dreams ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15: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("