var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Spy School 11/11
";
arnews[0] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[0] += "
Publ.Date : Thu, 16 Jul 2009 16:56:57 GMT";
arnews[0] += "
";
arnews[1]="Spy School 10/11
";
arnews[1] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[1] += "
Publ.Date : Thu, 16 Jul 2009 16:42:36 GMT";
arnews[1] += "
";
arnews[2]="Spy School 9/11
";
arnews[2] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[2] += "
Publ.Date : Thu, 16 Jul 2009 16:16:48 GMT";
arnews[2] += "
";
arnews[3]="Spy School 7/11
";
arnews[3] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[3] += "
Publ.Date : Thu, 16 Jul 2009 13:51:56 GMT";
arnews[3] += "
";
arnews[4]="Spy School 5/11
";
arnews[4] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[4] += "
Publ.Date : Thu, 16 Jul 2009 12:29:32 GMT";
arnews[4] += "
";
arnews[5]="Spy School 4/11
";
arnews[5] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[5] += "
Publ.Date : Thu, 16 Jul 2009 11:46:19 GMT";
arnews[5] += "
";
arnews[6]="Spy School 3/11
";
arnews[6] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[6] += "
Publ.Date : Wed, 15 Jul 2009 21:20:08 GMT";
arnews[6] += "
";
arnews[7]="Spy School 1/11
";
arnews[7] += "Robb ... Jackie Hoffman Rider Strong ... Mr. Randall Lea Thompson ... Claire Miller DL Hughley ... Albert Roger Bart ... Principal Hampton Brian Posehn ... Grissom Ezra Buzzington...";
arnews[7] += "
Publ.Date : Wed, 15 Jul 2009 20:25:39 GMT";
arnews[7] += "
";
arnews[8]="Matthew McConaughey presents Best Adapted Screenplay 2008
";
arnews[8] += "presents The Fake Award for Best Adapted Screenplay 2008. With Suzy Nakamura. Written by Colin Mahan. ... impression comedy spoof matthew mcconaughey oscar academy awards parody";
arnews[8] += "
Publ.Date : Fri, 17 Apr 2009 07:21:09 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="American Zombie - Trailer
";
arnews[9] += "Two filmmakers team up to document a group of zombies in Los Angeles and their struggle to gain acceptance in the human community. Starring Grace Lee and Austin Basis.";
arnews[9] += "
Publ.Date : Wed, 23 Apr 2008 04:49:06 GMT";
arnews[9] += "
";
totcount = 10;
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("