Search
You can find the results of your search below.
Fulltext results:
- kiosk
- /javascript"><!--//--><![CDATA[//><!-- function updateClock ( ) { var currentTime = new Date ( ); var currentHours = currentTime.getHours ( ); var curr... + ":" + currentMinutes + " " + timeOfDay; // Update the time display document.getElementById("clock... rrentTimeString; } function init_clock ( ) { updateClock(); setInterval('updateClock()', 1000 ) } va