Enter your html code you will need all the tage html , head, body ect.:

This is the html you past the cripto code into.

If you have a better idea please email me. webmaster@urs2.net

<HTML>
<HEAD>
<SCRIPT LANGUAGE="Javascript">
<!--
var Words =" " //put your cripto code there
function SetNewWords()
{
     var NewWords;
     NewWords = unescape(Words);
     document.write(NewWords);
} 
SetNewWords();
// -->
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>