a = document.getElementById('comments'); if(a) { b = a.getElementsByTagName("DD"); for(i=0; i < b.length; i++) { if (b.item(i).getAttribute('CLASS') == 'comment-body') { _str = b.item(i).innerHTML.replace(/:a:/gi, ""); _str = _str.replace(/:b:/gi, ""); _str = _str.replace(/:c:/gi, ""); _str = _str.replace(/:d:/gi, ""); _str = _str.replace(/:e:/gi, ""); _str = _str.replace(/:f:/gi, ""); _str = _str.replace(/:g:/gi, ""); _str = _str.replace(/:h:/gi, ""); _str = _str.replace(/:i:/gi, ""); _str = _str.replace(/:j:/gi, ""); _str = _str.replace(/:k:/gi, ""); _str = _str.replace(/:l:/gi, ""); _str = _str.replace(/:m:/gi, ""); _str = _str.replace(/:n:/gi, ""); b.item(i).innerHTML = _str; } } } a = document.getElementById('comments'); if(a) { c = a.getElementsByTagName("DD"); for(i=0; i < c.length; i++) { if (c.item(i).getAttribute('CLASS') == 'comment-body-author') { _str = b.item(i).innerHTML.replace(/:a:/gi, ""); _str = _str.replace(/:b:/gi, ""); _str = _str.replace(/:c:/gi, ""); _str = _str.replace(/:d:/gi, ""); _str = _str.replace(/:e:/gi, ""); _str = _str.replace(/:f:/gi, ""); _str = _str.replace(/:g:/gi, ""); _str = _str.replace(/:h:/gi, ""); _str = _str.replace(/:i:/gi, ""); _str = _str.replace(/:j:/gi, ""); _str = _str.replace(/:k:/gi, ""); _str = _str.replace(/:l:/gi, ""); _str = _str.replace(/:m:/gi, ""); _str = _str.replace(/:n:/gi, ""); c.item(i).innerHTML = _str; } } }