const imgagesEbpBp766 = [
{
targetUrl: 'https://ebiznes.ebrokerpartner.pl/short/5me3g',
imageUrl: 'https://adsrv.ebroker.pl/pp_kreacje/6goq1I.jpg'
},
]
const rebpbp766 = () => {
return '
';
};
const renderItem766 = () => {
document.querySelectorAll('.ebpbp-766').forEach(item => {
const iteration = parseInt(item.getAttribute('data-current'));
const index = iteration % imgagesEbpBp766.length;
if (typeof imgagesEbpBp766[index] === 'undefined') {
return;
}
item.style.width = '750px';
item.style.height = '200px';
item.querySelector('a').style.display = 'block';
item.querySelector('a').setAttribute("href", imgagesEbpBp766[index].targetUrl);
item.querySelector('img').setAttribute("src", imgagesEbpBp766[index].imageUrl);
item.setAttribute('data-current', iteration + 1);
})
};
const iebpbp766 = () => {
renderItem766();
setInterval(() => {
renderItem766();
}, 7000);
console.log('BannerPool #766 - initialized');
};