function deleteComment(){
    return window.confirm("Are you sure you want to delete this?");
}
