$(document).ready(function() {
$("DT:contains('Joined')").empty().next().empty();
});
