<body> <script language="JavaScript"> var cnt = 1; while (cnt <= 5){ document.write(cnt+" play it again, Sam<br>"); cnt = cnt+1; } </script> </body>