if (typeof dwr == 'undefined' || dwr.engine == undefined) throw new Error('You must include DWR engine before including this file');

(function() {
if (dwr.engine._getObject("Filmoteca") == undefined) {
var p;

p = {};
p._path = '/Sony/ajax';






p.getMovie = function(p0, p1, callback) {
return dwr.engine._execute(p._path, 'Filmoteca', 'getMovie', arguments);
};

dwr.engine._setObject("Filmoteca", p);
}
})();


