$(document).ready(function() {var ads_holde = document.getElementById('ads_holder');
if (ads_holde) {ads_holde.parentNode.removeChild(ads_holde);var ads_placeholder = document.getElementById('ads_placeholder');
if (ads_placeholder) {ads_placeholder.appendChild(ads_holde);ads_holde.style.display = 'block';}}});