OK ill give it a shot here is what ive got so far
<html>
<head>
<title>MATRIX TEXT!</title>
<script src="matrix.js"></script>
</head>
<body bgcolor=#000000>
<font color="green">
<span id="blah">This Script was created by .Alias .Do Not Remove commenting . c[dot]alias[dot]s@hotmail[dot]co[dot]uk</span>
</font>
<script language="javascript">
/****************************
*THIS MUST NOT BE DELETED
*(c) .Alias.
*Contact c.alias.s@hotmail.co.uk
****************************/
/****************************
*Controls time between each Char.
*Change To Suit You
****************************/
beginTxt("blah", "", 100);
</script>
This is just index.html
im working on matrix.js at the moment.