// EL ORDEN ESTELAR 1, de Ángel Torres Quesada

var A = new Array(); 
var S = new Array(); 
var E = new Array(); 
var T =	'EL ORDEN ESTELAR 1';
var x = - 1;

A[++x] = 'Más de Ángel Torres Quesada';
S[x] = 'SdCF.com';
E[x] = 'N/A';

A[++x] = 'A ABSTENERSE, TAJARINAS Y FUMAORES';
S[x] = 'N/A';
E[x] = '../limites/lm0151.htm';

A[++x] = 'EN LA CIUDAD OSCURA';
S[x] = 'N/A';
E[x] = '../opinion/op01665.htm';

A[++x] = 'LAS GRIETAS DEL TIEMPO';
S[x] = 'N/A';
E[x] = '../opinion/op00693.htm';

A[++x] = 'MUNDO DE LEYENDAS';
S[x] = 'N/A';
E[x] = '../opinion/op01593.htm';

A[++x] = 'EL ORDEN ESTELAR 1';
S[x] = 'N/A';
E[x] = '../opinion/op00011.htm';

A[++x] = 'EL ORDEN ESTELAR 2';
S[x] = 'N/A';
E[x] = '../opinion/op00019.htm';

A[++x] = 'EL ORDEN ESTELAR 3 y 4';
S[x] = 'N/A';
E[x] = '../opinion/op00087.htm';

A[++x] = 'EL ORDEN ESTELAR. TOMO 1';
S[x] = 'N/A';
E[x] = '../opinion/op00655.htm';

A[++x] = 'LAS SENDAS P&Uacute;RPURAS';
S[x] = 'N/A';
E[x] = '../opinion/op01520.htm';

A[++x] = 'LOS SICARIOS DE DIOS';
S[x] = 'N/A';
E[x] = '../opinion/op00415.htm';

A[++x] = 'SOMBRAS EN LA ETERNIDAD';
S[x] = 'N/A';
E[x] = '../opinion/op00412.htm';

A[++x] = 'LA TERCERA PIR&Aacute;MIDE';
S[x] = 'N/A';
E[x] = '../opinion/op00789.htm';

A[++x] = 'TRILOG&Iacute;A DE LOS DIOSES';
S[x] = 'N/A';
E[x] = '../opinion/op00557.htm';

A[++x] = 'TRILOG&Iacute;A DE LAS ISLAS';
S[x] = 'N/A';
E[x] = '../opinion/op00511.htm';

A[++x] = 'UN PARA&Iacute;SO LLAMADO ARA';
S[x] = 'N/A';
E[x] = '../opinion/op00211.htm';

A[++x] = 'LOS VIENTOS DEL OLVIDO';
S[x] = 'N/A';
E[x] = '../opinion/op00315.htm';

BuscarMas('EL ORDEN ESTELAR 1, Ángel Torres Quesada');
OtrasVisiones('op00011', A, S, E, '', T);

