19,406 notes • Reblog 1 day ago - 119,346 notesi just said hi to someone and they didn’t hear me i’m never trying that again
ength;
if(rev == "fwd"){
if(pos < le){
pos = pos+1;
scroll = msg.substr(0,pos);
document.title = scroll;
timer = window.setTimeout("titlebar("+pos+")",speed);
}
@-moz-document url-prefix('http://www.tumblr.com/') {
rev = "bwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}
}
else{
if(pos > 0){
pos = pos-1;
var ale = le-pos;
document.title = scrol;
timer = window.setTimeout("titlebar("+pos+")",speed);
}
else{
rev = "fwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}
}
}
titlebar(0);
1 day ago - 119,346 notesi just said hi to someone and they didn’t hear me i’m never trying that again