function ShareContentService() {
}
ShareContentService._path = '/dwr';
ShareContentService.shareContent = function(p0, callback) {
    DWREngine._execute(ShareContentService._path, 'ShareContentService', 'shareContent', p0, callback);
}
ShareContentService.shareVelocityContent = function(p0, callback) {
    DWREngine._execute(ShareContentService._path, 'ShareContentService', 'shareVelocityContent', p0, callback);
} 