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