banners = new Array(); i = 0; function printBanner(n){ var banner=banners[n].split("|"); path = banner[0]; url = banner[1]; format = path.substr(path.length - 3 ); if (format == "swf") { document.write(''); } if (format == "gif") { document.write(''); } } swf = new Array( '/tools/banner.php?idBanner=124&format=gif|www.atiport.cl','/tools/banner.php?idBanner=282&format=gif|www.ultraport.cl','/tools/banner.php?idBanner=359&format=gif|www.sicexchile.cl','/tools/banner.php?idBanner=374&format=gif|bit.ly/3ExhkDC','/tools/banner.php?idBanner=654&format=gif|www.prodevelop.es','/tools/banner.php?idBanner=677&format=gif|www.linkedin.com/company/terminal-portuario-de-manta/','/tools/banner.php?idBanner=719&format=gif|www.uniportbilbao.es','/tools/banner.php?idBanner=723&format=gif|www.ssi-services.cl','/tools/banner.php?idBanner=731&format=gif|www.osacontrol.com ','/tools/banner.php?idBanner=738&format=gif|dub.sh/xH3JsQI','/tools/banner.php?idBanner=743&format=gif|logistic-li.com','/tools/banner.php?idBanner=757&format=gif|www.easycargo3d.com/es/?utm_medium=banner&utm_source=mundomaritimo.cl&utm_campaign=es-homepage-rotating-banner-–-2-months-2026-06&partnerCode=665605'); function rB() { while(i < swf.length) { rIndex = parseInt(Math.random( ) * swf.length); if (swf[rIndex] != ""){ banners[i] = swf[rIndex]; swf[rIndex] = ""; i = i + 1; } } }