<script> var sI="01234567890123456789012345678901234567890123456789"; function fO(str){ return str.slice(0,12) } alert(fO(sI)); </script>