By adding functions to jQuery.EJS.Helpers.prototype, those functions will be available in the views.
new $.EJS.Helpers(data) -> jquery.ejs.helpers
{Object}
The data passed to the view. Helpers have access to it through this._data
{jquery.ejs.helpers}