const TOKEN = `onClick=window.open("https://www.clicklease.com/partner/%20tabco-trailers");`; setTimeout(function () { start(); }, 500); function start() { RenderBanner1() RenderBanner2() } function RenderBanner1() { if (window.location.href == "https://www.tabcotrailers.com/") { banner = `
` let MyContainer = document.createElement('div'); MyContainer.innerHTML = banner; document.querySelector(".page-section.user-items-list-section.full-bleed-section").before(MyContainer) } } function RenderBanner2() { if (window.location.href == "https://www.tabcotrailers.com/utility-trailers") { banner = `` let MyContainer = document.createElement('div'); MyContainer.innerHTML = banner; document.querySelector(".sqs-html-content").lastElementChild.after(MyContainer)