xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
txt="This is a beautiful day!"
x=Len(txt)
document.write(Right(txt,x))
</script>
</body>
</html>