for( i = 0; i < 2; ++i ) { if( i ) lol(); // выше, но доступно var lol = function() { alert( "Hello from function lol" ); } }