
// 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 (ContentCyberStep == null) var ContentCyberStep = {};
ContentCyberStep._path = '/atgames/dwr';
ContentCyberStep.productRef = function(p0, p1, p2, callback) {
  dwr.engine._execute(ContentCyberStep._path, 'ContentCyberStep', 'productRef', p0, p1, p2, callback);
}
ContentCyberStep.registNewUser = function(p0, callback) {
  dwr.engine._execute(ContentCyberStep._path, 'ContentCyberStep', 'registNewUser', p0, callback);
}
ContentCyberStep.getAutoLoginParam = function(p0, callback) {
  dwr.engine._execute(ContentCyberStep._path, 'ContentCyberStep', 'getAutoLoginParam', p0, callback);
}

