<script language="vbscript">
<!--
Class aaaPublic Function bbb()
bbb = "bbbbbb"
End functionEnd ClassSet a = New aaa
msgBox a.bbb
-->
</script>