<script> var a = Array(5).join('#_'), b = Array(5).join('_#'), c = Array(5).join(a + '<br>' +b + '<br>'); document.write(c) </script>