function replyToComment(commentId){
	$("#blogcommentsform").remove().appendTo("#replyForm"+commentId);
	var replyForm = $("#aspnetForm").remove().appendTo("#replyForm"+commentId);
	$("#pr_commentParentId").val(commentId);
}

