function func1(){ var e = getEvent(); alert(e); } var getEvent = function(){ return window.event || arguments.callee.caller.arguments[0]; }