+ Get paid more. Receive risk-free salary negotiation + help from Moonchaser. You pay nothing unless your offer is increased. +
+ + ); +} + +function initAd() { + const $adEl = (() => { + const $el = document.getElementById(AD_ELEMENT_ID); + if ($el) { + return $el; + } + + const $tocEl = document.querySelector('[class^="tableOfContents"]'); + const $newEl = document.createElement('div'); + $newEl.id = AD_ELEMENT_ID; + $tocEl.appendChild($newEl); + + return $newEl; + })(); + + ReactDOM.render(