for.html: foxtrot for loop

<script>
    alert("ready?");
    for (count = 1; count <= 500; count++)
            document.write("<br>" + count + "   I will not throw paper airplanes in class.");
</script>