Search

You can find the results of your search below.

kiosk
5 Hits, Last modified:
/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