var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Prisoner (2009) Disappoints - Associated Content
";
arnews[0] += "'The Prisoner', a 1967 miniseries starring the late Patrick McGoohan, has been remade for 2009 , this time starring Sir Ian McKellen was Number Two and James Caviezel as Number Six. The whole is something of a disappointment. Spoilers surely follow ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 15:32:00 GMT";
arnews[0] += "
";
arnews[1]="'Prisoner' Debuts to 'Mad Men'-Level Ratings - TheWrap
";
arnews[1] += "Since Arsenio Hall's groundbreaking show went off the air in the late 1990s, others have tried to diversify the late-night airwaves, with mixed results. Three new shows are tackling the issue again. Read more. AMC's three-part miniseries remake of ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:49:00 GMT";
arnews[1] += "
";
arnews[2]="The Prisoner (AMC), TV Review - Daily Telegraph
";
arnews[2] += "The Prisoner, an AMC six-episode remake of the 1960s cult classic starring the late Patrick McGoohan as Number Six, poses a variation on popular culture's great question of social conscience: are you part of the problem or are you part of the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 12:33:00 GMT";
arnews[2] += "
";
arnews[3]="High Definition: AMC's The Prisoner Escapes From the Ordinary - Paste Magazine
";
arnews[3] += "In the update, James Caviezel plays a man stranded in a surreal town called The Village, where everyone is a number, no one has knowledge of the outside world, dreaming is a crime, and there’s nothing in the surrounding landscape but desert. His ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 13:15:00 GMT";
arnews[3] += "
";
arnews[4]="AMC’s new ‘Prisoner’ tries to undermine the 1960s original - Decatur Daily
";
arnews[4] += "Ian McKellen as Number Two in a scene from AMC’s “The Prisoner,” which aired as a six-hour, three-night reimagining of the 1960s classic. That’s what McGoohan’s character, Number Six, told his fellow inmates in an episode of the original ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:10:00 GMT";
arnews[4] += "
";
arnews[5]="TV Junkie: January Jones & 'The Prisoner' Write-Ups - Laist.com
";
arnews[5] += "Weekend Notes: January Jones was host of \"Saturday Night Live\" and if Taylor Swift \"nailed\" her hosting duties a week ago then Jones did at least as good of a job. The key difference was the writing and the writing was definitely better for the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 22:56: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("