// 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 (sendToAFriend == null) var sendToAFriend = {}; sendToAFriend._path = '/dwr'; sendToAFriend.execute = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(sendToAFriend._path, 'sendToAFriend', 'execute', p0, p1, p2, p3, p4, p5, p6, callback); } sendToAFriend.execute = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(sendToAFriend._path, 'sendToAFriend', 'execute', p0, p1, p2, p3, p4, p5, p6, p7, callback); }