<!--
/* by Peter Frost www.bristol-pc.co.uk 20 Nov 2004 */
image='<img src="yourimage.jpg" width="196" height="196" alt="Click to Refresh Clock" border="0">'
now = new Date()
nowDate = now.getDate()
nowHours = now.getHours()
nowMins = now.getMinutes()
if (nowMins < 10) nowMins = "0"+nowMins
adjust12=nowHours
if (adjust12==0) adjust12=12
if (adjust12>12) adjust12-=12

wrk="../../audio/"+adjust12+"/l/"+adjust12+nowMins+".mp3"
document.write('<embed src="'+wrk+'" autostart="true" loop="false" hidden="true"></embed>')
br="?"
if (navigator.appName=="Netscape") br="n"
if (navigator.appName=="Microsoft Internet Explorer") br="m"
//-->

