<!-- Hide script from old browsers
	
		myMsg = "Klamflex Pipe Couplings...The Largest Manufacturer of Pipe couplings, Flange Adaptors, Stepped Couplings and Dismantling Joints in the Southern Hemisphere...."
		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()",300)
		}
	
		// End hiding script from old browsers -->