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

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

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







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









p.getMovies = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(p._path, 'Movie', 'getMovies', arguments);
};

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

