
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.DwrRecommendations');

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

DwrRecommendations._path = '/shop/dwr';






DwrRecommendations.getRecommendationsData = function(p0, p1, callback) {
return dwr.engine._execute(DwrRecommendations._path, 'DwrRecommendations', 'getRecommendationsData', arguments);
};



