e=document.getElementById("slideshow");img=["http:\/\/quimaira.com\/admin-large\/enero2020.png","http:\/\/quimaira.com\/admin-large\/soporte.png"];img.forEach(x=>{m=document.createElement("img");m.setAttribute("src", x);d=document.createElement("div");d.appendChild(m);e.appendChild(d);});if(img.length>1){$("#slideshow > div:gt(0)").hide();setInterval(function() {$("#slideshow > div:first").fadeOut().next().fadeIn().end().appendTo("#slideshow");}, 5000);}