function confirmation() {
	var newwindow;
	var answer = confirm("You are now moving to a new site which is not regulated by the Financial Services Authority. We give no endorsement and accept no responsibility for the accuracy or content of any sites linked to this site. Click OK if you wish to proceed.")
	if (answer){
		newwindow=window.open("http://www.webpro-it.co.uk");

	}
}
