// 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 (ZoomosPPService == null) var ZoomosPPService = {}; ZoomosPPService._path = '/dwr'; ZoomosPPService.logLinkClick = function(p0, p1, p2, p3, callback) { dwr.engine._execute(ZoomosPPService._path, 'ZoomosPPService', 'logLinkClick', p0, p1, p2, p3, callback); }