messagests = " vi ste ovdje <-> http://zvjerkan.cjb.net <-> you are here ^" +
" cjb free redirection for long urls^"+
" vi ste ovdje <-> http://zvjerkan.cjb.net <-> you are here ^"+
" langa list - best free newsletter about tips & tricks ^"+
" vi ste ovdje <-> http://zvjerkan.cjb.net <-> you are here ^"+
" fight against spam !!!! no mail address thanx to spammers. ^"+
" vi ste ovdje <-> http://zvjerkan.cjb.net <-> you are here ^"+
" gsm, webmaster scripts, abandoned games and tips & tricks coming soon  ^"+
"^"
scrollSpeed = 25
lineDelay = 1250
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (messagests.charAt(pos) != '^') {
txt = txt + messagests.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == messagests.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
