
<!--



{
  var listaImm = new Array();
  listaImm[0] = '<img src="../images/foto_sx/foto_sx_01.jpg" width="141" height="149">';
  listaImm[1] = '<img src="../images/foto_sx/foto_sx_02.jpg" width="141" height="149">';
  listaImm[2] = '<img src="../images/foto_sx/foto_sx_03.jpg" width="141" height="149">';
  listaImm[3] = '<img src="../images/foto_sx/foto_sx_04.jpg" width="141" height="149">';
  listaImm[4] = '<img src="../images/foto_sx/foto_sx_05.jpg" width="141" height="149">';
  listaImm[5] = '<img src="../images/foto_sx/foto_sx_06.jpg" width="141" height="149">';
  listaImm[6] = '<img src="../images/foto_sx/foto_sx_07.jpg" width="141" height="149">';
  listaImm[7] = '<img src="../images/foto_sx/foto_sx_08.jpg" width="141" height="149">';
  listaImm[8] = '<img src="../images/foto_sx/foto_sx_09.jpg" width="141" height="149">';
  listaImm[9] = '<img src="../images/foto_sx/foto_sx_10.jpg" width="141" height="149">';
  
  
  var numero = Math.floor(Math.random() * (listaImm.length));
}


//-->

