<html>
<body>
<script type="text/javascript">
var str="Hello world!"
document.write(str.substr(3,7))
</script>
</body>
</html>