function _comments (_action, _id, _link ) { $.post("/client/js/ajax/comments.php", {action: _action, id: ""+_id+"", link: _link}, function(data,textStatus) { window.document.getElementById('comments').innerHTML=data; }); return false; }