
addComment = {
	moveForm : function(commId, parentId, respondId, postId) {
 
		openCommentForm(parentId);
 
		return false;
	},

	I : function(e) {
		return document.getElementById(e);
	}
}
