This website has been archived from TrainWeb.org/crewten to TrainWeb.US/crewten.
/*
Popup analog clock (By BGAudioDr@aol.com)
Modified slightly/ permission granted to Dynamic Drive to feature script
in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
function popupclock(){
if (document.all||document.layers)
window.open("analogclock.htm","","width=150,height=185")
}
//uncomment below to pop up clock automatically while page loads
//popupclock()
</script>
<a href="javascript:popupclock()">Show me the time!</a>