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

