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(/:f/gi, "<img src='http://kendhin.890m.com/emoticon/capek.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:D/gi, "<img src='http://kendhin.890m.com/emoticon/bigsmile.gif' alt='' class='smiley'/>");
	_str = _str.replace(/B\-\)/gi, "<img src='http://kendhin.890m.com/emoticon/cool.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:x/gi, "<img src='http://kendhin.890m.com/emoticon/love.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\$/gi, "<img src='http://kendhin.890m.com/emoticon/malu.gif' alt='' class='smiley'/>");
	 
	 _str = _str.replace(/;\;\)/gi, "<img src='http://kendhin.890m.com/emoticon/kagum.gif' alt='' class='smiley'/>");
	 _str = _str.replace(/x\(/gi, "<img src='http://kendhin.890m.com/emoticon/marah.gif' alt='' class='smiley'/>");
	 _str = _str.replace(/:\?/gi, "<img src='http://kendhin.890m.com/emoticon/bingung.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:@/gi, "<img src='http://kendhin.890m.com/emoticon/mumet.gif' alt='' class='smiley'/>");
     _str = _str.replace(/:\~/gi, "<img src='http://kendhin.890m.com/emoticon/muntah.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\|/gi, "<img src='http://kendhin.890m.com/emoticon/mentok.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:\)\)/gi, "<img src='http://kendhin.890m.com/emoticon/ngakak.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:\(\(/gi, "<img src='http://kendhin.890m.com/emoticon/tolong.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\(/gi, "<img src='http://kendhin.890m.com/emoticon/sedih.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:s/gi, "<img src='http://kendhin.890m.com/emoticon/senang.gif' alt='' class='smiley'/>"); 
    _str = _str.replace(/:o/gi, "<img src='http://kendhin.890m.com/emoticon/wow.gif' alt='' class='smiley'/>"); 
	_str = _str.replace(/:\)/gi, "<img src='http://kendhin.890m.com/emoticon/hi.gif' alt='' class='smiley'/>");
                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(/:f/gi, "<img src='http://kendhin.890m.com/emoticon/capek.gif' alt='' class='smiley'/>");

	_str = _str.replace(/:D/gi, "<img src='http://kendhin.890m.com/emoticon/bigsmile.gif' alt='' class='smiley'/>");
	_str = _str.replace(/B\-\)/gi, "<img src='http://kendhin.890m.com/emoticon/cool.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:x/gi, "<img src='http://kendhin.890m.com/emoticon/love.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\$/gi, "<img src='http://kendhin.890m.com/emoticon/malu.gif' alt='' class='smiley'/>");
	
	_str = _str.replace(/;\;\)/gi, "<img src='http://kendhin.890m.com/emoticon/kagum.gif' alt='' class='smiley'/>");
	_str = _str.replace(/x\(/gi, "<img src='http://kendhin.890m.com/emoticon/marah.gif' alt='' class='smiley'/>");
	 _str = _str.replace(/:\?/gi, "<img src='http://kendhin.890m.com/emoticon/bingung.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:@/gi, "<img src='http://kendhin.890m.com/emoticon/mumet.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\~/gi, "<img src='http://kendhin.890m.com/emoticon/muntah.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\|/gi, "<img src='http://kendhin.890m.com/emoticon/mentok.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:\)\)/gi, "<img src='http://kendhin.890m.com/emoticon/ngakak.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:\(\(/gi, "<img src='http://kendhin.890m.com/emoticon/tolong.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:\(/gi, "<img src='http://kendhin.890m.com/emoticon/sedih.gif' alt='' class='smiley'/>");
	_str = _str.replace(/:s/gi, "<img src='http://kendhin.890m.com/emoticon/senang.gif' alt='' class='smiley'/>"); 
	_str = _str.replace(/:\)/gi, "<img src='http://kendhin.890m.com/emoticon/hi.gif' alt='' class='smiley'/>");
    _str = _str.replace(/:o/gi, "<img src='http://kendhin.890m.com/emoticon/wow.gif' alt='' class='smiley'/>"); 
                c.item(i).innerHTML = _str;
            }
	}
}