// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; dwr.engine._defaultPath = '/dwr'; if (showTimeServiceDWR == null) var showTimeServiceDWR = {}; showTimeServiceDWR._path = '/dwr'; showTimeServiceDWR.placeReservation = function(p0, p1, p2, p3, callback) { dwr.engine._execute(showTimeServiceDWR._path, 'showTimeServiceDWR', 'placeReservation', p0, p1, p2, p3, callback); } showTimeServiceDWR.findCitiesForMovie = function(p0, callback) { dwr.engine._execute(showTimeServiceDWR._path, 'showTimeServiceDWR', 'findCitiesForMovie', p0, callback); } showTimeServiceDWR.findCitiesForMovies = function(p0, callback) { dwr.engine._execute(showTimeServiceDWR._path, 'showTimeServiceDWR', 'findCitiesForMovies', p0, callback); } showTimeServiceDWR.findByCityAndMovie = function(p0, p1, callback) { dwr.engine._execute(showTimeServiceDWR._path, 'showTimeServiceDWR', 'findByCityAndMovie', p0, p1, callback); } showTimeServiceDWR.findReservationOptionsForMovieInTheater = function(p0, p1, callback) { dwr.engine._execute(showTimeServiceDWR._path, 'showTimeServiceDWR', 'findReservationOptionsForMovieInTheater', p0, p1, callback); }