
if (typeof RakutenItemSearch != "function") {
  function RakutenItemSearch() {
    this.pageCount = 0;
    this.hits = 0;
    this.last = 0;
    this.count = 0;
    this.page = 0;
    this.items = null;
    this.first = 0;
  }
}

// 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 (LatestMovies == null) var LatestMovies = {};
LatestMovies._path = '/dwrguest';
LatestMovies.updateCount = function(p0, p1, callback) {
  dwr.engine._execute(LatestMovies._path, 'LatestMovies', 'updateCount', p0, p1, callback);
}
LatestMovies.getVideos = function(p0, p1, p2, callback) {
  dwr.engine._execute(LatestMovies._path, 'LatestMovies', 'getVideos', p0, p1, p2, callback);
}
