@hango
That’s cool…
Was looking for such thing, too.
Is it possible to keep the text online for a certain time, i.e. from time x til time y?
Maybe with the fade option…?
Would like to use that for indicating the time of the day for an eldery person which sometimes confuses e.g. morning and evening etc.
E.g. something like that:
case (daytime >= 5 && daytime < 7):
document.write("It's early morning...");
break;
case (daytime >= 7 && daytime < 9):
document.write("it's morning time... " );
break;
Regretfully I am not too capable in java or implementing such little script.