// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function Execute() { } Execute._path = '/dwr'; Execute.ExecuteSQL = function(p0, callback) { DWREngine._execute(Execute._path, 'Execute', 'ExecuteSQL', p0, callback); }