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

JLoader.getInclude = function(p0, callback) {
    DWREngine._execute(JLoader._path, 'JLoader', 'getInclude', p0, callback);
}
