<html> <head> <script type="text/javascript"> function forever() { while(true) {} } </script> </head> <body onload="forever();"> </body> </html>