$(function() {
    // create margin bottom
    $('div#left_outer div#left_inner div.moduletable  td a.mainlevel').each(function(n) {
        var x = $(this);
        if (x.html() == "Asbestos News Flashes" || x.html() == "Disposing of Asbestos?" ) {
            x.parent().css('padding-bottom', '10px');
        };
    });
});
