// declara las "variables en juego"
var id_torre = 'inm_h6clsf';
var n_archivos = 54;

// escoje que archivo de torre usar
var archivo_rand = Math.floor( Math.random() * n_archivos ) + 1;

// manda a llamar la torre
var path_torre = 'http://avisooportuno.mx/torres/inmuebles/'+id_torre+archivo_rand+'.html';
document.write('<scr'+'ipt type="text/javascript" src="'+path_torre+'"></scr'+'ipt>');
					