jQuery(function ($) {
    $('#basic-modal-yahoo .basic-yahoo').click(function (e) {
        $('#basic-modal-yahoo-content').modal_support();
          return false;
    });
});
