function repcomment() {
for ( var i = 0; i < 10; i++) {

ulcmntx=document.getElementById("18").getElementsByTagName("td")[2*i+1].getElementsByTagName("ul")[0];
licmntx=ulcmntx.getElementsByTagName("li")[0];
linkxcmnt=ulcmntx.getElementsByTagName("li")[0].getElementsByTagName("a")[0];
xcmntHref=linkxcmnt.getAttribute("href");

document.getElementById("content_18").getElementsByTagName("ul")[i].innerHTML+="<br><hr><br><span style=\"text-align:right !important\"><a target='_blank' href='"+xcmntHref.replace(/profiles.friendster.com\//i,"www.friendster.com/comments.php?uid=")+"' style='background:#00c176;padding:0px;border:1px solid #c3c6c5!important;'><b>REPLY</b></a></span>";}
}

    function onProfileLoad() {

    repcomment();

    }

    if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
