Журнал JavaScript, где функция была вызвана

function Hello() {
    alert("caller is " + Hello.caller);
}
Jolly Jackal