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