ani_featured = function() { Obj = document.getElementById('ani_featured'); if (Obj) { Obj.innerHTML = ''; } } if (window.attachEvent) { window.attachEvent("onload", ani_featured); } else { window.addEventListener("DOMContentLoaded", ani_featured, true); }