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