$(document).ready(function () {
    cure.setupSubscribeList({
        formId: '#notify-me-form',
        emailId: '#email-field'
    });
});
