<!-- 
//WebbyCities (http://www.webbycities.com) We are the future of web hosting!
var sound1="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var sound2="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var sound3="http://www.kygh2000.com/exhibition/audio/files/thunderstorm.wav"
var sound4="http://www.kygh2000.com/exhibition/audio/files/thunderstorm.wav"
var sound5="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var sound6="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var sound7="http://www.kygh2000.com/exhibition/audio/files/thunderstorm.wav"
var sound8="http://www.kygh2000.com/exhibition/audio/files/thunderstorm.wav"
var sound9="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var sound10="http://www.kygh2000.com/exhibition/audio/music/random.mid"
var x=Math.round(Math.random()*9)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else if (x==8) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' volume="100%">')
else 
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" volume="100%">')
//-->