<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
response.write(Left(txt,15))

%>


</body>
</html>