// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (ViewerSupportService == null) var ViewerSupportService = {}; ViewerSupportService._path = '/dwr'; ViewerSupportService.enterCode = function(p0, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'enterCode', p0, false, callback); } ViewerSupportService.enterCodeObsessive = function(p0, p1, p2, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'enterCodeObsessive', p0, p1, p2, false, callback); } ViewerSupportService.sendConfirmationEmail = function(p0, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'sendConfirmationEmail', p0, callback); } ViewerSupportService.hideNotConfirmWarningMessage = function(callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'hideNotConfirmWarningMessage', callback); } ViewerSupportService.sendQuickInvitation = function(p0, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'sendQuickInvitation', p0, callback); } ViewerSupportService.updatePersonSettings = function(p0, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'updatePersonSettings', p0, callback); } ViewerSupportService.sendLinkToFriend = function(p0, p1, p2, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'sendLinkToFriend', p0, p1, p2, callback); } ViewerSupportService.setTargetUrlAsCurrent = function(callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'setTargetUrlAsCurrent', false, callback); } ViewerSupportService.getProductTermsAndConditions = function(p0, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'getProductTermsAndConditions', p0, callback); } ViewerSupportService.findPersonPurchase = function(p0, p1, callback) { dwr.engine._execute(ViewerSupportService._path, 'ViewerSupportService', 'findPersonPurchase', p0, p1, callback); }