Matrix and Star Wars have to be 2 of my favorite series. I was remembering back to some javascript I found a long time ago in a galaxy far far away and not in Shrek's world if you get my meaning. Anyway I am not for long winded stories so here enjoy the javascript.
<BODY>
<center>
<table>
<tr>
<td>
<a href="javascript:WriteRndMsg(false, false, 750)">Normal text</a>
<br>
<a href="javascript:WriteRndMsg(true, false, 750)"><b>Bold text</b></a>
<br>
<a href="javascript:WriteRndMsg(false, true, 750)"><i>Italic text</i></a><br>
<a href="javascript:WriteRndMsg(true, true, 750)"><b><i>Bold and italic text</i></b></a>
<br>
<a href="javascript:MatrixWrite('Knock knock, Neo', false, false, 750)">Normal string constant</a>
</td>
</tr>
</table>
</center>
Props to:Matt Lewis (matt999_999 at yahoo dot com)
Fun for about 30seconds.