<html> <head> <script> window.onload = function() { this.a = 'привет Body'; }; </script> </head> <body> <script> setTimeout(function() { alert(a); }, 0); </script> </body> </html>