var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cult Classic "The Boondock Saints" Returns to Movie Theaters for 10th Anniversary Special One-Night
";
arnews[0] += "Ten years after emerging as a cult sensation, \"The Boondock Saints\" will return to the big screen in a special one-night presentation, The Boondock Saints 10 th Anniversary Event , on Thursday, March 11th at 7:30 p.m. local time.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:47:16 GMT";
arnews[0] += "
";
arnews[1]="Cult Classic "The Boondock Saints" Returns to Movie Theaters for 10th ...
";
arnews[1] += "Ten years after emerging as a cult sensation, \"The Boondock Saints\" will return to the big screen in a special one-night presentation, The Boondock Saints 10 th Anniversary Event , on Thursday, March 11th at 7:30 p.m. local time.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:02:53 GMT";
arnews[1] += "
";
arnews[2]="Video: Spencer Pratt, Snooki, & Tokio Hotel Play Big Buck With Us
";
arnews[2] += "According to the \"2010 Guiness Book of World Records: Gaming Edition,\" Lil Poison is the world's youngest professional gamer.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 03:50:12 GMT";
arnews[2] += "
";
arnews[3]="Film clips
";
arnews[3] += "David Sevillea s chipmunk wards Alvin, Simon and Theodore return in the sequel to sing in three-part harmony, along with the Chipmunksa female counterparts, the Chipettes.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:28:01 GMT";
arnews[3] += "
";
arnews[4]="Movie Guide
";
arnews[4] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="In Theatres
";
arnews[5] += "Three minutes in someone says: \"That's impossible.\" This opens the door for two and a half hours of Earth's destruction without anything resembling reality getting in the way.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Jurassic Park on Blu-ray later this year?
";
arnews[6] += "Screen Media will release Trailer Park Boys: Countdown to Liquor Day on Blu-ray Disc on 23 February.";
arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 23:44:19 GMT";
arnews[6] += "
";
arnews[7]="Movie Guide
";
arnews[7] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program.";
arnews[7] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("