function comment(blogItemId) {
var commentUrl = 'http://www.kwack.pe.kr/comments/writeComment.php?blogItem_Id=' + blogItemId;
window.open(commentUrl, 'comments' + blogItemId, 'directories=0,height=450,width=600,location=0,resizable=1,scrollbars=1,toolbar=0');
}
