function RemoteScrapbookService() { } RemoteScrapbookService._path = '/dwr';
RemoteScrapbookService.storeScrapbookValue = function(p0, p1, p2, callback) {
    DWREngine._execute(RemoteScrapbookService._path, 'RemoteScrapbookService', 'storeScrapbookValue', p0, p1, p2, callback);
}