<script> for(var x = 'a'; x<='z'; x=String.fromCharCode(x.charCodeAt(0)+1)) { document.writeln(x) } </script>