<!--
var sound1="/sound/ltz.wma"
var sound2="/sound/ltz.wma"
var sound3="/sound/ltz.wma"
var sound4="/sound/ltz.wma"

var x=Math.round(Math.random()*4)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else x=sound4
if (navigator.appName=="Microsoft Internet Explorer")
	document.write('<embed src='+'"'+x+'"'+' hidden="true" border="0" width="0" height="0" autostart="true">')
	//document.write('<bgsound src='+'"'+x+'"'+' loop="-1">')
else 
	document.write('<embed src='+'"'+x+'"'+' hidden="true" border="0" width="0" height="0" autostart="true">')
	//document.write('<bgsound src='+'"'+x+'"'+' loop="-1">')
/-->
