

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

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

favorites._path = '/kangurum3-web/dwr';

favorites.addToFavorites = function(p1, callback) {
dwr.engine._execute(favorites._path, 'favorites', 'addToFavorites', false, p1, callback);
};



