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