HTML Code:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> <title>New Page 1</title> </head> <body> <embed src="http://www.hypergurl.com/games/soundfiles/the_time_is.wav" hidden="true" autostart="false" name="soundfile1"> <script language="JavaScript"> day = new Date() hr = day.getHours() if (hr==1) {document.soundfile1.play()} </script> </body> </html>


