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

