function he_like_box(box, html){ var $container = null; if (document.getElementById(box)){ var $container = document.getElementById(box); }else{ return false; } $container.innerHTML = html; } he_like_box('he_like_box', "