var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hot Brits Being Hot
";
arnews[0] += "The Behind the Scenes of the Glamour UK shoot part 2. The men include Jim Sturgess, Matthew Goode, Henry Cavill, Luke Evans, Alex Pettyfer, Tom Sturridge, and Eddie Redmayne.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:03:13 GMT";
arnews[0] += "
";
arnews[1]="Tarsem Singh's Dawn of War In 3D? Yes, Please.
";
arnews[1] += "Tarsem Singh, best know for producing, writing, and directing the visually stimulating The Fall , has brought the $115-million Montreal-based production of the ancient Greece epic Dawn of War to a screeching halt, according to The Montreal Gazette .";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 19:55:50 GMT";
arnews[1] += "
";
arnews[2]="Tarsem Singh's 'Dawn of War' may go 3D
";
arnews[2] += "Pre-production on director Tarsem Singh's \"Dawn of War\" was recently halted so producers could look into the possibility of shooting the film in 3D, which would add something like $15 million to the budget, according to the Montreal Gazette .";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Town Creek DVD Release aka Henry Cavill Post
";
arnews[3] += "\"The basic gist of the plot is that Evan must team up with his long-lost big brother Vic to rid a local farmhouse of a diabolically possessed family and their longtime houseguest: a satanic nazi vampire zombie-master. I'll leave the backstory to the Schumacher's noir-ish flashbacks and cut right to the meat of the matter: Once Blood Creek gets down ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:13:02 GMT";
arnews[3] += "
";
arnews[4]="Stars to shine in our town
";
arnews[4] += "After a couple of quiet years with hardly a major Hollywood star in sight, our town is set to welcome Kirsten Dunst, Jim Sturgess, Jake Gyllenhaal and Henry Cavill in the coming months.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 12:53:38 GMT";
arnews[4] += "
";
arnews[5]="Blood Creek
";
arnews[5] += "Article by Brian Holcomb : 2010-01-27 14:41:53 Blood Creek is a whole hell of a lot better than any movie called Blood Creek has a right to be.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 22:41:53 GMT";
arnews[5] += "
";
totcount = 6;
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("