var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Palisades Tartan Video’s TERROR PACK VOL. 1 (DVD Review) - FANGORIA
";
arnews[0] += "I’m not going to lie, I typically hate box sets. They’re more often than not, a dumping ground for DVD’s that have spent one too many years collecting dust in some old warehouse that their distributers are just a little too eager to get off the ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 18:02:00 GMT";
arnews[0] += "
";
arnews[1]="Movie Listings - KPNews.com
";
arnews[1] += "La Babrichette” (Beard) stars Vincent Cassel and tells about three brothers who spend their days seating in front of a TV. “Sugar Water” by Michel Gondry is a beautiful musical video for the song by Cibo Matto. “C’est Plutot Genre Johnny ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Aronofsky’s Black Swan Adds Ryder and More - News in Film
";
arnews[2] += "Winona Ryder, Barbara Hershey, and Vincent Cassel are joining Natalie Portman and Milas Kunis in the cast of Darren Aronofsky’s Black Swan . The mind-bending drama is loosely based on Tchaikovsky’s “Swan Lake” and centers on Nina (Portman), a ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[2] += "
";
totcount = 3;
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("