function yo() {alert("yooy")} function y() { this.yo(); } function test() { y(); /*will execute window.yo()*/ }