<html> <head></head> <script> function mm(){ document.write("ddd"); } </script> <body> 123 <script>mm();</script> </body> </html>