var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blood Creek DVD Art Washes In - ShockTillYouDrop.com
";
arnews[0] += "One of 2009's more bizarre offerings, Blood Creek , is making its way to DVD on January 19. Honestly, I enjoyed the hell out of this film, which was directed by Joel Schumacher and stars Dominic Purcell, Henry Cavill and, briefly, Michael Fassbender ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[0] += "
";
arnews[1]="Top Ten Most Inaccurate Live Action Super Villain Costumes - COMICBOOKMOVIE.com
";
arnews[1] += "In response to the comments made about the continual use of trench coats(which I'm not disagreeing on), I think that it should be taken into account that when some of these movies are made, and some of the source material contains certain items ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[2] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:14: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("