<script> new Starry('default'); </script>
<script> new Starry('custom_length', {name:'customLength', maxLength:12}); </script>
<script> new Starry('multiplier', {maxLength:10, multiplier:1000, feedback:true}); </script>
<script> new Starry('custom_start', {maxLength:10, startAt:5}); </script>
<script> new Starry('custom_sprite', {sprite:'alphabet.gif', width:28, height:40}); </script>
<script> new Starry('no_null', {showNull:false}); </script>
<script> new Starry('align_right', {align:'right', maxLength:12}); </script>