credits>>>[color=red]angelldeville[/color]
[quote]x1=0;c1=0;cache=new Array()
setTimeout('clearIt()',2000)
function clearIt(){
tSpan = document.getElementById('controlPanelButtons')
cSpan = tSpan.getElementsByTagName('li')
for(p=0;p<cSpan.length;p++){
cache[p]=cSpan[p].innerHTML
cSpan[p].innerHTML=''}
toSpan()
}
function toSpan(){
if(x1<cSpan.length){
typeIn = cache[x1]
tp=setInterval('typeIt()', 10)}
else {p=0;x1=0;c=0;setTimeout('clearIt()', 100)}
}
function typeIt(){
if(cSpan[x1]!=null && c1<=typeIn.length){
cSpan[x1].innerHTML = typeIn.substring(0,c1++)
}
else{clearInterval(tp);x1++; c1=0;toSpan()}
}[/quote]
preview: [url=http://profiles.friendster.com/56419498]DUCHESZV[/url]
Last edited by lordheinz (2008-01-30 07:27:58)