this will take the tags out of the parent, and swap it with another type of tag, whilst keeping the nested content intact.
$("blockquote.messageboard-message-reply").replaceWith(function() { return "<div class='messageboard-message-reply'>" + this.innerHTML + "</div>"; });