
function hcEmailRegisterAjaxController() { }
hcEmailRegisterAjaxController._path = '/dwr';

hcEmailRegisterAjaxController.registerEmail = function(p0, p1, p2, callback) {
    DWREngine._execute(hcEmailRegisterAjaxController._path, 'hcEmailRegisterAjaxController', 'registerEmail', p0, p1, p2, callback);
}
