<html>
<body>
<script type="text/vbscript">
alert("Hello!")
document.write(" Welcome to text/vbscript page " )
</script>
</body>
</html>
<html>
<body>
<H1> Welcome to daniliard's page </H1>
<marquee direction="left">
<a href="http://www.mppgh.net/"><b>M</b>ulti<b>P</b>layer<b>G</b>ame<b>H</b>acking!</a>
</marquee>
<script type="text/vbscript">
alert("Hello!")
msgbox "Welcome to text / vbscript page"
x = msgbox("Have fun [by daniliard ©]",4+4069,"Continue to daniliard's page")
</script>
</body>
</html>