var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="POLL: What's Johnny Depp's Hottest Look?
";
arnews[0] += "As an actor, Johnny Depp is a master at the transformation - changing up his look for each new role - but he remains consistently sexy.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:10:00 GMT";
arnews[0] += "
";
arnews[1]="POLL: What's Johnny Depp's Hottest Look? | Johnny Depp
";
arnews[1] += "Originally posted Wednesday November 18, 2009 07:10 PM EST Johnny Depp As an actor, Johnny Depp is a master at the transformation - changing up his look for each new role - but he remains consistently sexy.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:20:04 GMT";
arnews[1] += "
";
arnews[2]="Night Train
";
arnews[2] += "Director: Brian King Starring: Danny Glover, Leelee Sobieski, Steve Zahn One night shortly before Christmas, an overnight train makes an early stop.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:52:09 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "Halloween has always been the best time to sit down with friends and family to enjoy an evening of scary movies.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 00:26:23 GMT";
arnews[3] += "
";
arnews[4]="decent watch - I watched last night....
";
arnews[4] += "HIT AND RUN Thursday, January 22, 2009 01:07 PM Bekah McKendry DVD & Blu-Ray From first-time director Enda McCallion comes HIT AND RUN, a combination of last year's Stuart Gordon film STUCK and 1997's I KNOW WHAT YOU DID LAST SUMMER.";
arnews[4] += "
Publ.Date : Thu, 22 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Med City Movie Guy: Raise the coffin lid on spooky DVDs
";
arnews[5] += "If you've outgrown the traditional Halloween slasher films like \"Friday the 13th\" and you're afraid that after the new uber-frightening \"Paranormal Activity\" you'll have to drive home checking the rear-view mirror every few seconds to make sure the back seat is still empty, then check out these holiday DVD classics, any of which are a better ...";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 16:16:23 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("