// JavaScript Document


        window.onload=function changeText() {
			varurl = location.href;
			 if (varurl.search('fail=true')  > 0 )		{
            document.getElementById('formFail').innerHTML = "Incorrect username or Password -  If you have forgotten your password please click <a href=\"enquiries.htm\">here</a> to contact support";
												}
        									}


