// 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; if (RemotedCustomisationService == null) var RemotedCustomisationService = {}; RemotedCustomisationService._path = '/dwr'; RemotedCustomisationService.setFaveShowAndCharacter = function(p0, p1, callback) { dwr.engine._execute(RemotedCustomisationService._path, 'RemotedCustomisationService', 'setFaveShowAndCharacter', p0, p1, callback); } RemotedCustomisationService.setDoodleFilename = function(p0, callback) { dwr.engine._execute(RemotedCustomisationService._path, 'RemotedCustomisationService', 'setDoodleFilename', p0, callback); } RemotedCustomisationService.setFaveWallpaperStylesheet = function(p0, callback) { dwr.engine._execute(RemotedCustomisationService._path, 'RemotedCustomisationService', 'setFaveWallpaperStylesheet', p0, callback); }