window.onload = function() { applyBanners(); }; function applyBanners() { const banners = { topBanner: { img: 'https://way2buy.in/banners/images/articleblog/top1.jpg', link: 'https://jenni.ai/?via=way2buy' }, bottomBanner: { img: 'https://way2buy.in/banners/images/articleblog/bottom.jpg', link: 'https://amzn.to/3WADyAV' }, leftBanner: { img: 'https://way2buy.in/banners/images/articleblog/top.jpg', link: 'https://amzn.to/3WADyAV' }, rightBanner: { img: 'https://way2buy.in/banners/images/articleblog/right.jpg', link: 'https://amzn.to/3WADyAV' } }; if (banners.topBanner.img && banners.topBanner.link) { document.getElementById('way2buy_top_banner_1').innerHTML = '' + 'Top Banner'; } if (banners.bottomBanner.img && banners.bottomBanner.link) { document.getElementById('way2buy_bottom_banner_1').innerHTML = '' + 'Bottom Banner'; } if (banners.leftBanner.img && banners.leftBanner.link) { document.getElementById('way2buy_left_banner_1').innerHTML = '' + 'Left Banner'; } if (banners.rightBanner.img && banners.rightBanner.link) { document.getElementById('way2buy_right_banner_1').innerHTML = '' + 'Right Banner'; } if (banners.leaderBanner.img && banners.leaderBanner.link) { document.getElementById('way2buy_right_banner_1').innerHTML = '' + 'Leader Banner'; } if (banners.popupBanner.img && banners.popupBanner.link) { document.getElementById('way2buy_right_banner_1').innerHTML = '' + 'Popup Banner'; } } var way2buy_top_banner_1 = document.getElementById("way2buy_top_banner_1"); var way2buy_bottom_banner_1 = document.getElementById("way2buy_bottom_banner_1"); var way2buy_left_banner_1 = document.getElementById("way2buy_left_banner_1"); var way2buy_right_banner_1 = document.getElementById("way2buy_right_banner_1"); var way2buy_leaderboard_banner_1 = document.getElementById("way2buy_leaderboard_banner_1"); var way2buy_leaderboard_banner_2 = document.getElementById("way2buy_leaderboard_banner_2"); var way2buy_popup_banner_1 = document.getElementById("way2buy_popup_banner_1"); var way2buy_popup_left_banner_1 = document.getElementById("way2buy_popup_left_banner_1"); if (way2buy_top_banner_1) { way2buy_top_banner_1.innerHTML = ''; way2buy_top_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_top_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "50%"; // Set the desired width for the image //imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_bottom_banner_1) { way2buy_bottom_banner_1.innerHTML = ''; way2buy_bottom_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_bottom_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "75%"; // Set the desired width for the image //imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_left_banner_1) { way2buy_left_banner_1.innerHTML = ''; } if (way2buy_right_banner_1) { way2buy_right_banner_1.innerHTML = ''; //way2buy_right_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_right_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "100%"; // Set the desired width for the image //imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_leaderboard_banner_1) { way2buy_leaderboard_banner_1.innerHTML = ''; } if (way2buy_leaderboard_banner_2) { way2buy_leaderboard_banner_2.innerHTML = ''; way2buy_leaderboard_banner_2.style.textAlign = "center"; // Center-align the content within the container //way2buy_leaderboard_banner_2.style.margin = "20px"; // Center-align the content within the container var imgElement = way2buy_leaderboard_banner_2.querySelector("img"); if (imgElement) { imgElement.style.width = "80%"; // Set the desired width for the image imgElement.style.borderRadius = "8px"; // Round the corners of the image } } if (way2buy_popup_banner_1) { way2buy_popup_banner_1.innerHTML = ''; } if (way2buy_popup_left_banner_1) { way2buy_popup_left_banner_1.innerHTML = ''; }