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

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

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










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










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

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

