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