function TellAFriend() { }
TellAFriend._path = '/g4/dwr';

TellAFriend.execute = function(p0, p1, callback) {
    DWREngine._execute(TellAFriend._path, 'TellAFriend', 'execute', p0, p1, callback);
}