<script language="javascript">
= " ������ ��� �� ���� ������� ^" + "����� ���� ������ ����� 800 � 600^" + " ����� ������� ����� ������� �� ���� ������� �� ��� ������^" + " ��� �� ������ �� ����� ���������^" + "mailto:
[email protected]" +
"^" scrollspeed = 25 linedelay = 1500 // do not change the text below // txt
= ""
function scrolltext(pos) { if (message.charat(pos) != '^') { txt = txt + message.charat(pos) status = txt pauze = scrollspeed } else { pauze = linedelay txt = "" if (pos == message.length-1) pos = -1 } pos++ settimeout("scrolltext('"+pos+"')",pauze) } // unhide --> scrolltext(0)
// -->