
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['Lottorino'] == 'undefined') this.Lottorino = {};

Lottorino._path = '/dwr';

Lottorino.check = function(p0, callback) {
  dwr.engine._execute(Lottorino._path, 'Lottorino', 'check', p0, false, callback);
};


