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

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

userPageVisitHistoryService._path = '/perslink/dwr';

userPageVisitHistoryService.addUserPageVisitHistory = function(p0, p1, p2, p3, p4, p5, callback) {
  dwr.engine._execute(userPageVisitHistoryService._path, 'userPageVisitHistoryService', 'addUserPageVisitHistory', p0, p1, p2, p3, p4, p5, callback);
};



