// 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 (SimAdClickRecordService == null) var SimAdClickRecordService = {}; SimAdClickRecordService._path = '/dwr'; SimAdClickRecordService.recordCount = function(p0, callback) { dwr.engine._execute(SimAdClickRecordService._path, 'SimAdClickRecordService', 'recordCount', p0, callback); }