xxxxxxxxxx
<html>
<body>
<FONT COLOR=#ff0000><%
sometext="Welcome to this Web"
response.write(Left(sometext,5))
response.write("<br />")
response.write(Right(sometext,5))
%></FONT>
</body>
</html>