Trump’s Energy Department Revamp Removes Clean Energy Offices

November 20, 2025

`;
bodyParent.insertBefore(welmod, bodyParent.firstChild);
window.parent.document.querySelector(“#myModal”).style.display=”block”;
const scriptElement = document.createElement(‘script’);
scriptElement.textContent = ‘document.getElementById(“destination”).setAttribute(“value”, location.pathname);’;
document.body.appendChild(scriptElement);
window.parent.document.querySelector(“.modalclose”).addEventListener(“click”, function(){
window.parent.document.querySelector(“#myModal”).style.display=”none”
});
window.parent.document.querySelector(“.modalclose2”).addEventListener(“click”, function(){
window.parent.document.querySelector(“#myModal”).style.display=”none”
});
window.parent.document.querySelector(“.modalclose3”).addEventListener(“click”, function(){
window.parent.document.querySelector(“#myModal”).style.display=”none”
});
} else {
// Check if the ad was shown recently
var lastShownTime = localStorage.getItem(‘lastShownTime’);
var currentTime = Date.now();
var timeDifference = currentTime – lastShownTime;
var bodyParent=window.parent.document.querySelector(“body”);
// if (!lastShownTime || timeDifference >= (180 * 60 * 1000)) { // 240 mins aka 4 hours 180 for 3
// Show the div
g=document.createElement(‘div’);
g.setAttribute(“id”, “div-gpt-ad-1689715929001-0”);
g.setAttribute(“style”, “height:0;”);
g.setAttribute(“class”, “text-center”);
bodyParent.insertBefore(g, bodyParent.firstChild);
// Store the current time in localStorage
localStorage.setItem(‘lastShownTime’, currentTime);
// }