<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
response.write(Replace(txt,"beautiful","fantastic"))

%>
  

</body>
</html>