// UN MUNDO FELIZ, de Aldous Huxley

var A = new Array(); 
var S = new Array(); 
var E = new Array(); 
var T =	'UN MUNDO FELIZ';
var x = - 1;

A[++x] = 'Alfonso Merelo';
S[x] = 'Desde Tartessos';
E[x] = 'http://desdetartessos.blogspot.com/2009/11/un-mundo-feliz.html';

A[++x] = 'Carla Pérez Almendros';
S[x] = 'Suite101';
E[x] = 'http://libroscienciaficcion.suite101.net/article.cfm/un_mundo_feliz_de_aldous_huxley';

A[++x] = 'David Lobato Ferrero';
S[x] = 'Suite101';
E[x] = 'http://www.suite101.net/content/critica-de-un-mundo-feliz-de-aldous-huxley-a34690';

A[++x] = 'Reseña';
S[x] = 'LeerGratis.com';
E[x] = 'http://www.leergratis.com/otros/un-mundo-feliz-aldous-huxley.html';

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

A[++x] = 'LA ISLA';
S[x] = 'N/A';
E[x] = '../limites/lm0350.htm';

A[++x] = 'UN MUNDO FELIZ';
S[x] = 'N/A';
E[x] = '../opinion/op00018.htm';

BuscarMas('UN MUNDO FELIZ, Aldous Huxley');
OtrasVisiones('op00018', A, S, E, '', T);

