var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="An In-Depth Review: Give 'Em Hell Malone on Blu-ray
";
arnews[0] += "I was one of the lucky few able to see Give 'Em Hell Malone projected on a moderately big screen down in San Diego at 2009's Comic-Con. A At the time, I enjoyed the flick and called it campy, violent, fun and was looking forward to experiencing again.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 21:00:25 GMT";
arnews[0] += "
";
arnews[1]="Next Page
";
arnews[1] += "This week we have a special giveaway from National Entertainment Media for Give a Em Hell Malone , a pulp-inspired action-noir from director Russell Mulcahy starring Thomas Jane, Ving Rhames and Elsa Pataky thata TMs new on DVD and Blu-ray a Malone is a private eye with a reputation for being tough a ' so tough he can't be killed.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 13:22:27 GMT";
arnews[1] += "
";
arnews[2]="Afternoon Links
";
arnews[2] += "Nick Jonas , the youngest of the trio at 17, is featured in this latest issue of VMAN .";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 23:11:20 GMT";
arnews[2] += "
";
arnews[3]="That's a Wrap! Wonderfully Fab Times at Paris Couture Week
";
arnews[3] += "We want more! Spring Couture week has wrapped and left us wanting more decadence, more designs, more clothes.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 21:00:22 GMT";
arnews[3] += "
";
arnews[4]="Front Row at Elie Saab
";
arnews[4] += "But front row at the Elie Saab show, Chantal Thomass revealed she has designed a line of iPhone cases to be released for Valentine's Day.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 19:41:00 GMT";
arnews[4] += "
";
arnews[5]="Give 'Em Hell Malone
";
arnews[5] += "\"Talk. Or I'll make like you're my daughter and bend you over my knee.\" \"Promises, promises.\" I love film noir and detective fiction, so when I read about Give 'em Hell Malone , I got pretty excited.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 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("