<script> for(var i=33;i<=6000;i++){ document.write(" "+i+"  <b>&#"+i+"</b>"); if(i%10==0){ document.write("<br /><br />"); } } </script>