var mode = "V"; var ads = [{"id": 42, "banners": [{"id": 53, "name": "CanalWhatsapp", "img": "http://www.liganortedesalto.com/descargas/prueba/2024_canalWhatsappSecEcuestres.gif", "url": "https://whatsapp.com/channel/0029Va9XZb23gvWdMs9gmq3W", "ads": 42}], "name": "2024_CanalWhatsapp", "waittime": 10, "active": true, "seq": false, "width": 300, "height": 300, "mode": "V", "tournament": null}, {"id": 44, "banners": [{"id": 55, "name": "2405_Patrocinadores", "img": "https://concursos.secretariasecuestres.com/static/media/upload-files/2024/05/2405_CSNP1Moraleja_Patrocinadores.png", "url": "https://www.instagram.com/hipicalamoraleja", "ads": 44}], "name": "2405_MORALEJA", "waittime": 8, "active": true, "seq": true, "width": 300, "height": 300, "mode": "V", "tournament": 944}, {"id": 45, "banners": [{"id": 56, "name": "Publicidad", "img": "https://concursos.secretariasecuestres.com/static/media/filer_public/5c/49/5c49afea-7e1c-46d5-9358-a9965e084ab0/250306_navalcuerno.jpeg", "url": "https://api.whatsapp.com/send?phone=34639302943", "ads": 45}], "name": "Finca Navalcuerno", "waittime": 10, "active": true, "seq": false, "width": 300, "height": 300, "mode": "V", "tournament": null}, {"id": 33, "banners": [{"id": 43, "name": "2303_Patrocinadores", "img": "https://concursos.secretariasecuestres.com/static/media/upload-files/2023/03/2303_MORALEJA_Patrocinadores.png", "url": "https://www.instagram.com/hipicalamoraleja", "ads": 33}], "name": "2303_MORALEJA", "waittime": 8, "active": true, "seq": true, "width": 300, "height": 300, "mode": "V", "tournament": 877}, {"id": 22, "banners": [{"id": 27, "name": "Patrocinadores", "img": "https://concursos.secretariasecuestres.com/static/media/upload-files/2022/04/2204_CSNP1Moraleja_Patro.png", "url": "https://www.instagram.com/hipicalamoraleja", "ads": 22}], "name": "Moraleja", "waittime": 8, "active": true, "seq": true, "width": 300, "height": 300, "mode": "V", "tournament": 753}, {"id": 34, "banners": [{"id": 44, "name": "Publi", "img": "http://www.liganortedesalto.com/descargas/prueba/2023_alquilerAplicacion.png", "url": "https://api.whatsapp.com/send?phone=34650226770", "ads": 34}], "name": "AlquilerAPP", "waittime": 10, "active": true, "seq": false, "width": 300, "height": 300, "mode": "V", "tournament": null}]; var start_ad = 0; function get_col(ad) { var col = 12; if (mode == 'H') { col = col / ad.banners.length; } return col; } function get_size(ad) { var size = ""; if (mode == 'H') { size += 'height="' + ad.height + '"'; } else if (mode == 'V') { size += 'width="' + ad.width + '"'; } return size; } function gen_ad(ad) { var html = ""; var col = get_col(ad); var size = get_size(ad); for (var banner in ad.banners) { html += '