var n = 2 // Poner aqui en numero de imagenes que haya. ROTACION IMAGENES INDEX./HTM/ASP archivo rotacion_imag_index.js 
// SERIE 1 // SERIE 2 // SERIE 3 // SERIE n 

	var rango = Math.floor(Math.random()*(n))+1 
if (rango == 1) document.write("<img src='images/foto_home_01.jpg' border=0>"); 
if (rango == 2) document.write("<img src='images/foto_home_02.jpg' border=0>"); 
