Code
<html>
<head>
<title>MATRIX TEXT!</title>
<script language="javascript">
function addC()
{
string = string.replace(/<([^<])*>/, ""); // Prevents HTML tags from effecting the page
if(x < string.length)
{
textBuffer += string.charAt(x);
dot = string.charAt(x); //Sets variable dot for checking
if (dot == ".") //Check for full stops in text
{ //If there is a full stop it
textBuffer=''; //starts a clean page
}
txt.innerHTML = textBuffer;
x++;
setTimeout('addC()', pause);
}
if (x == string.length)
{
setTimeout('reLoc()', (pause * 4)) // Send viewer to home page with pause to read text.
}
}
function reLoc()
{
window.location = "HTTP://HACKING.GE"; // Send viewer to home page
}
</script>
</head>
<body bgcolor=#000000>
<font color="green">
<span id="text">SHEQMNILIA ASTALAVISTAS MIER </span></font>
<script language="javascript">
/****************************
*THIS MUST NOT ME DELETED
*GEORGIANS
*WWW.HACKING.GE
****************************/
/****************************
*Controls time between each Char.
*Change To Suit You
****************************/
pause = 150;
if (document.getElementById)
{
txt = document.getElementById("text");
if(txt.innerHTML)
{
textBuffer = " "; // Stops the loss of Spaces
x = 0;
string = txt.innerHTML;
txt.innerHTML = " ";
addC();
}
}
</script>
წყარო hacking.ge