<html><script type="text/javascript"> function alert1(){alert("hello");} </script> <body> </body> <script> window.onload=alert1; </script> </html>