// BLADE RUNNER, de Ridley Scott

var A = new Array(); 
var S = new Array(); 
var E = new Array(); 
var T =	'BLADE RUNNER';
var x = - 1;

A[++x] = 'Alejandro Franco';
S[x] = 'Arlequin';
E[x] = 'http://www.sssm.com.ar/arlequin/blade-runner.html';

A[++x] = 'Félix Capitán';
S[x] = 'Cine 9009';
E[x] = 'http://cine9009.blogspot.com/2006/03/blade-runner-1982.html';

A[++x] = 'Lino Moinelo';
S[x] = 'El fin de la eternidad';
E[x] = 'http://elfindelaeternidad.blogspot.com/2009/01/blade-runner.html';

A[++x] = 'Reseña';
S[x] = 'Cultura Ci-Fi';
E[x] = 'http://culturacifi.wordpress.com/2009/05/13/blade-runner/';

A[++x] = 'Reseña';
S[x] = 'Los Archivos Perdidos';
E[x] = 'http://losarchivosperdidos.blogspot.com/search/label/Blade%20Runner';

A[++x] = 'Más de Ridley Scott';
S[x] = 'SdCF.com';
E[x] = 'N/A';

A[++x] = 'ALIEN, EL OCTAVO PASAJERO';
S[x] = 'N/A';
E[x] = '../opinion/op00908.htm';

A[++x] = 'BLACK HAWK DERRIBADO';
S[x] = 'N/A';
E[x] = '../limites/lm0044.htm';

A[++x] = 'BLADE RUNNER';
S[x] = 'N/A';
E[x] = '../opinion/op00359.htm';

A[++x] = 'LOS DUELISTAS';
S[x] = 'N/A';
E[x] = '../limites/lm0231.htm';

A[++x] = 'GLADIATOR';
S[x] = 'N/A';
E[x] = '../limites/lm0016.htm';

BuscarMas('BLADE RUNNER, Ridley Scott');
OtrasVisiones('op00359', A, S, E, '', T);

