	<!-- Hide script from old browsers
	
		myMsg = "LATEST NEWS: The next Rekalix DJ set to be played on Fluid Radio (www.fluid-radio.co.uk) will be on Friday 2nd October at 7pm (London time zone).     "
		i = 0
	
		function scrollMsg() {
			window.status = myMsg.substring(i,myMsg.length) + myMsg.substring(0,i-1)
			if (i < myMsg.length) {
				i++
			}
			else {
				i = 0
			}
			setTimeout("scrollMsg()",125)
		}

<!--
ver=parseInt(navigator.appVersion)
ie4=(ver>3  && navigator.appName!="Netscape")?1:0
ns4=(ver>3  && navigator.appName=="Netscape")?1:0
ns3=(ver==3 && navigator.appName=="Netscape")?1:0

function playSound() {
 if (ie4) document.all['BGSOUND_ID'].src='DeAuWebSamMP3.mp3';
 if ((ns4||ns3)
  && navigator.javaEnabled()
  && navigator.mimeTypes['audio/x-midi']
  && self.document.Bach.IsReady()
 )
 {
  self.document.Bach.play()
 }
}

function stopSound() {
 if (ie4) document.all['BGSOUND_ID'].src='jsilence.mid';
 if ((ns4||ns3)
  && navigator.javaEnabled()
  && navigator.mimeTypes['audio/x-midi']
 )
 {
  self.document.Bach.stop()
 }
}
//-->

	// End hiding script from old browsers -->
