function doYouAgree(){
	var answer = confirm("By clicking yes you agree that any printed copy is uncontrolled and the most recent version is always on the website");
return answer;
}
