	<!-- 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)
		}

	// End hiding script from old browsers -->

