
function commentAdd()
{$('comment-add').request({onSuccess:function(t){$('ajax-comments').update(t.responseText);$('text').value='';}})
return false;}
