
<!-- inicio

// indicar el numero total de animaciones.
var tot_banner = 1;

function bannerflash() 
		{
                 random_imagen = 0;
                 imagen = "";
                 random_imagen = Math.ceil(Math.random()*(tot_banner));

                 the_banner = '<SCRIPT LANGUAGE="JavaScript" SRC="flash/flash'+ random_imagen +'.js"></SCRIPT>';
                 document.write(the_banner);
                } 

// fin -->

