function alterContext(fn, obj) {
    obj.fn=fn;
    return obj.fn();
}