<!DOCTYPE html>
<html>
<body>

<%
sometext = "Hello Everyone!"
response.write(StrReverse(sometext))
%>


</body>
</html>