(function($) {
	
jQuery(document).ready(function(){
		
	dst_parent_comment();

});


function dst_parent_comment(){
	
	var id = $("#comment_respond").val();
	
	$('#comment_parent').val(id);

}


})(jQuery);
