if (typeof LinkShareResult != "function") { var LinkShareResult = function() { this.errorId = null; this.pageNumber = null; this.linkShareItems = null; this.errorText = null; this.totalPages = null; this.totalMatches = null; } } if (typeof LinkShareItem != "function") { var LinkShareItem = function() { this.imageurl = null; this.merchantname = null; this.linkid = null; this.upccode = null; this.primaryCategory = null; this.shortDescription = null; this.price = null; this.mid = null; this.productname = null; this.linkurl = null; } } if (typeof RakutenItemSearch != "function") { var RakutenItemSearch = function() { this.last = 0; this.items = null; this.page = 0; this.first = 0; this.pageCount = 0; this.hits = 0; this.count = 0; } } if (typeof RakutenGenreSearch != "function") { var RakutenGenreSearch = function() { this.child = null; this.current = null; this.parent = null; } } if (typeof RakutenResponse != "function") { var RakutenResponse = function() { this.search = null; this.statusMsg = null; this.status = null; } } if (typeof RakutenItem != "function") { var RakutenItem = function() { this.genreId = null; this.creditCardFlag = null; this.reviewCount = null; this.shopName = null; this.itemName = null; this.itemCode = null; this.affiliateRate = null; this.reviewAverage = null; this.shopUrl = null; this.endTime = null; this.itemPrice = null; this.itemUrl = null; this.smallImageUrl = null; this.availability = null; this.mediumImageUrl = null; this.taxFlag = null; this.shopCode = null; this.imageFlag = null; this.itemCaption = null; this.startTime = null; this.shopOfTheYearFlag = null; this.affiliateUrl = null; this.postageFlag = null; } } if (typeof RakutenSearchForm != "function") { var RakutenSearchForm = function() { this.genreId = null; this.keyword = null; this.minPrice = null; this.sort = null; this.page = null; this.maxPrice = null; this.hits = null; this.affiliateId = null; } } if (typeof RakutenGenre != "function") { var RakutenGenre = function() { this.genreId = null; this.genreLevel = null; this.genreName = null; } } // 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 (LatestSearchWord == null) var LatestSearchWord = {}; LatestSearchWord._path = '/dwr'; LatestSearchWord.getPopularWord = function(callback) { dwr.engine._execute(LatestSearchWord._path, 'LatestSearchWord', 'getPopularWord', callback); } LatestSearchWord.checkSensitiveWord = function(p0, callback) { dwr.engine._execute(LatestSearchWord._path, 'LatestSearchWord', 'checkSensitiveWord', p0, callback); } LatestSearchWord.getAuthWord = function(callback) { dwr.engine._execute(LatestSearchWord._path, 'LatestSearchWord', 'getAuthWord', callback); } LatestSearchWord.getAuthWordForBlog = function(p0, callback) { dwr.engine._execute(LatestSearchWord._path, 'LatestSearchWord', 'getAuthWordForBlog', p0, callback); } LatestSearchWord.getXml = function(p0, p1, p2, callback) { dwr.engine._execute(LatestSearchWord._path, 'LatestSearchWord', 'getXml', p0, p1, p2, callback); }