// 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 (RegistrationDWR == null) var RegistrationDWR = {}; RegistrationDWR._path = '/dwr'; RegistrationDWR.getMessage = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getMessage', p0, callback); } RegistrationDWR.getMorePricingPackages = function(p0, p1, p2, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getMorePricingPackages', p0, p1, p2, callback); } RegistrationDWR.getPlanDays = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPlanDays', p0, p1, callback); } RegistrationDWR.getPaymentDetails = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPaymentDetails', p0, callback); } RegistrationDWR.checkPlanforUserCountry = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'checkPlanforUserCountry', p0, callback); } RegistrationDWR.scripData = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'scripData', p0, callback); } RegistrationDWR.getPackagesData = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPackagesData', p0, p1, callback); }