$(document).ready(function(){ 
	$(".external").click(function () {
		return confirm ("You are now leaving 'Witan Investment Services Limited' and entering a website not operated by or affiliated with Witan Investment Trust plc");
	}); 

	function confirmExternal() {
		return confirm ("You are now leaving 'Witan Investment Services Limited' and entering a website not operated by or affiliated with Witan Investment Trust plc");
	}
});