Support The Nation's journalism with a donation of $10 or more and your name will be added to our donor honor roll. Thank you for supporting our work!
jQuery(document).ready(function(){
var currentUrl = document.URL;
if(currentUrl.indexOf("?nc=1") > -1){
currentUrl = currentUrl.replace("?nc=1","");
window.history.pushState({}, null, currentUrl);
}
if(currentUrl.indexOf("&nc=1") > -1){
currentUrl = currentUrl.replace("&nc=1","");
window.history.pushState({}, null, currentUrl);
}
//jQuery(".wpsdc-drop-cap").parent("p").addClass("drop_c");
});
-->