<%! int i; %> <%! void foo(){}%> <html> <body> <%! int j; %> hello <%! void bar(){} %> </body> </html>