|
SubscriptionsSites I Read
|
|
|
|
| NightsAreForever
*poof* i'm [gone] .... again | | |
|
|
|
|
function scrollit(seed) {
var m1 = "The impact, the aftershave, the european cigarettes.";
var m2 = " The taxi, the alcohol that lingers on your breath.";
var m3 = " The lipstick, the street lamp, the woolen overcoat.";
var m4 = " The front desk, you tell yourself, it isn't over yet.";
var msg=m1+m2+m3+m4;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window. (cmd,100);
}
else if (seed <= 100 && seed > 0) {
out+=" ";
for (c=0 ; c < seed ; c++) {}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window. (cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window. (cmd,100);
}
else {
window.status=" ";
timerTwo=window. ("scrollit(100)",75);
}
}
}
|
|