opclock () { if(timerRunning) clearTimeout(timerID); timerRunning = false; } function showtime () { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds() var timeValue = "" + hours timeValue += ((minutes < 10) ? ":0" : ":") + minutes timeValue += ((seconds < 10) ? ":0" : ":") + seconds document.clock.face.value = timeValue; // you could replace the above with this // and have a clock on the status bar: // window.status = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true; } function startclock () { // Make sure the clock is stopped stopclock(); showtime(); } // -->
Everybody...
Feel Good?
Are you ready to rock ?!
Are you ready to roll ?!
OK, let's do it...!!!
|
Italian Hour:
|
|
||
|
|
|
||
|
|||
|
|||
|
|||
|
la paleotruzzologia è un brano tratto da un racconto che io e altri due miei fedeli amici stiamo scrivendo sul mondo dei Truzzi & affini.... Il racconto completo sarà disponibile entro brevissimo tempo, con annesso un test per verificare se anche voi siete truzzi... Se la parola zarro non vi dice niente, se siete curiosi di scoprire "il piccolo truzzo che c'è in tutti noi" o semplicemente volete farvi quattro risate (...si spera...) leggete il nostro racconto, satampatelo e divulgatelo: noi speriamo di salvarvi dal minaccia recondita di diventare Truzzi... |
|||
|
Think Different |
Last modified on Sunday, June 1, 1998