$(document).ready(
function(){
$('#footer-imagenes').innerfade({
speed: 750,
timeout: 2000,
type: 'random_start'	
});
});
