obj = document.getElementById('b1');
if (obj)
{
    obj.outerHTML = obj.outerHTML;
}

