<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Neunkirchen</title>
</head>
<body>
<p>
<script language="JavaScript1.2">
/*
Typing Text Script-
Last updated: 05/06/2003
© Dynamic Drive (neunkirchen.kolayweb.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit my page
*/
var it=0
function initialize(){
mytext=typing.innerText
var myheight=typing.offsetHeight
typing.innerText=''
document.all.typing.style.height=myheight
document.all.typing.style.visibility="visible"
typeit()
}
function typeit(){
typing.insertAdjacentText("beforeEnd",mytext.charAt(it))
if (it<mytext.length-1){
it++
setTimeout("typeit()",100)
}
else
return
}
if (document.all)
document.body.onload=initialize
</script>
<small><span id="typing" style="visibility:hidden" align="left">YAZACAKLARINIZI BURAYA YAZIN...</span></small>
</p>
</body>
</html>