<!--
/* by Peter Frost www.bristol-pc.co.uk 20 May 2005 */
jpgs = new Array ("hatchepsut_luxor","karnak-columns","karnak-temple","luxor","nile-sunset","pyramids","sphinx","")
nams = new Array ("Hatchepsut Luxor by Nikola Mann","Columns at Karnak by Oscar Dahl","Karnak Temple by Oscar Dahl","Luxor by Luke Taylor","Nile Sunset by Stephen Griffiths","Pyramids by Samantha Villa","Sphinx by Stephen Griffiths","")
sam = jpgs.length-1
var now = new Date()
var sec = now.getSeconds()
var ran = sec % sam
name=nams[ran]
image='<img src="photo/'+jpgs[ran]+'.jpg" width="196" height="196" alt="'+name+' - 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

if (adjust12>6) {adjust12-=6;div="../../audio/sav1/7/"} else {div="../../audio/sav1/1/"}
wrk=1+nowMins+((adjust12-1)*60)
wrk=div+wrk+".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"
bdr=2
//-->
