var cart_count=1; var containsExclusiveOutput =""; var output3 =""; var output2 =""; var profileIdOutput = ""; var isProfileTransient = ""; var isProfileInternal = ""; var output = containsExclusiveOutput+output3+output2+profileIdOutput+isProfileTransient+isProfileInternal+"

Shopping Cart ("+cart_count+")

"; var fileref = document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", "https://store.usps.com/media/usps_gh/css/cart.css"); var t = window.setInterval("setCart()",200); function setCart(){ if(document.getElementById("global-header-cart") != null) { document.getElementById("global-header-cart").innerHTML = output; document.getElementsByTagName("head")[0].appendChild(fileref); clearInterval(t); } }