if (typeof PVRQuestionaire != "function") { var PVRQuestionaire = function() { this.id = null; this.replyBack = null; this.email = null; this.trueVisionsMember = null; this.name = null; this.gender = null; this.contactNo = null; this.replied = null; this.createDate = null; this.ageRange = null; } } if (typeof PVRBetaQuestionaire != "function") { var PVRBetaQuestionaire = function() { this.truevisionsId = null; this.watchDaysPerWeek = null; this.favoriteProgramName2 = null; this.preferWorldName1 = null; this.favoriteProgramName1 = null; this.preferWorldName2 = null; this.preferWorldName3 = null; this.favoriteChannelName2 = null; this.favoriteChannelName3 = null; this.ageRange = null; this.id = null; this.memberPeriod = null; this.name = null; this.watchHoursOnSatToSun = null; this.truevisionsMemberLastName = null; this.gender = null; this.contactNo = null; this.replied = null; this.createDate = null; this.userOpinion = null; this.watchHoursOnMonToFri = null; this.truevisionsMemberName = null; this.trueVisionsMember = null; this.truevisionsPackage = null; this.preferChannelName1 = null; this.preferChannelName2 = null; this.email = null; this.preferChannelName3 = null; this.replyBack = null; this.favoriteProgramName3 = null; this.favoriteChannelName1 = null; } } // 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 (CaptchaHandler == null) var CaptchaHandler = {}; CaptchaHandler._path = '/QuestionaireWeb/dwr'; CaptchaHandler.validateCaptcha = function(p0, callback) { dwr.engine._execute(CaptchaHandler._path, 'CaptchaHandler', 'validateCaptcha', p0, callback); } CaptchaHandler.getCaptchaCode = function(callback) { dwr.engine._execute(CaptchaHandler._path, 'CaptchaHandler', 'getCaptchaCode', callback); } CaptchaHandler.getCaptchaImage = function(callback) { dwr.engine._execute(CaptchaHandler._path, 'CaptchaHandler', 'getCaptchaImage', callback); }