var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Page 3
";
arnews[0] += "The above image can't possibly be called exploitation in the name of hit hunting.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:29:04 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' takes opening day record
";
arnews[1] += "Summit Entertainment's 'The Twilight Saga: New Moon' tore up the box office record for best opening day, grabbing the title away from Warner Bros.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:23:49 GMT";
arnews[1] += "
";
arnews[2]="Bad Lieutenant: Port of Call New Orleans
";
arnews[2] += "Film Friday Cage uncaged is wild, weird and darkly comic This photo released by First Look Studios shows Terence McDonagh right, and Frankie in \"Bad Lieutenant: Port of Call New Orleans.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nicolas Cage turns in fearless performance in 'Bad Lieutenant'
";
arnews[3] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action flicks he's done.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:11:19 GMT";
arnews[3] += "
";
arnews[4]="Bad Lieutenant: Port Of Call New Orleans'
";
arnews[4] += "\"Anything's possible in this storm!\" says the man with the badge in Werner Herzog's delirious \"Bad Lieutenant: Port of Call New Orleans,\" a true feat of daring and one of the craziest films of the year.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:31:54 GMT";
arnews[4] += "
";
arnews[5]="Eva Mendes to write love letter for Kate Winslet
";
arnews[5] += "London Hollywood bombshell Eva Mendes is planning to scribble a love letter for her idol Kate Winslet appreciating her acting talents.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:09:25 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("