<!--

var direccionesESTILOS = new Array('01','02','03','04','05','06','07');
  
function ESTILOSAleatorio(){ 
       aleat = Math.random() * direccionesESTILOS.length 
       aleat = Math.floor(aleat) 
    direccionESTILOS = direccionesESTILOS[aleat]
	} 
    ESTILOSAleatorio();

document.write('<link rel="stylesheet" type="text/css" href="http://www.sexohabana.eu/bofersex/estilos/estilosputas'+direccionESTILOS+'.css">');

// FINE --->