
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['CatalogDynamicInclude'] == 'undefined') this.CatalogDynamicInclude = {};

CatalogDynamicInclude._path = '/BernsteinPortal/dwr';

CatalogDynamicInclude.includeFragment = function(p0, callback) {
  dwr.engine._execute(CatalogDynamicInclude._path, 'CatalogDynamicInclude', 'includeFragment', p0, callback);
};


