  function leavingSite() {
		var answer = confirm ("\n You are now leaving our site and entering a website \n " +
		"not operated by or affiliated with Attunga Capital Pty Ltd.  \n " +
		"While we aim to point you to useful external websites, \n " +
		"we cannot be responsible for their content or accuracy, \n " +
		"even if you utilise the services on the linked site to \n " +
		"invest in our products. The protection of your personal \n " +
 		"information on other websites is not governed by \n " +    
 		"Attunga Capital Pty Ltd's privacy policy and Attunga Capital Pty Ltd \n " +    
 		" cannot be responsible for the privacy policies \n " +    
 		"utilised on such third party sites, nor for the \n " +    
 		"implementation of such policies by those third parties. \n " +    
 		"You should review the Terms and Conditions of third \n " +    
 		"party websites and contact the operators of such sites if \n " +    
		"you have any queries.  \n ")
		if (answer)
			return(true);
		else
			return(false);
	}
	
	  function leavingSiteRevision() {
		var answer = confirm ("\n You are now leaving our site and entering a website \n " +
		"not operated by Attunga Capital Pty Ltd.  \n " +
		"While we aim to point you to useful external websites, \n " +
		"we cannot be responsible for their content or accuracy, \n " +
		"even if you utilise the services on the linked site to \n " +
		"invest in our products. The protection of your personal \n " +
 		"information on other websites is not governed by \n " +    
 		"Attunga Capital Pty Ltd's privacy policy and Attunga Capital Pty Ltd \n " +    
 		"cannot be responsible for the privacy policies \n " +    
 		"utilised on such third party sites, nor for the \n " +    
 		"implementation of such policies by those third parties. \n " +    
 		"You should review the Terms and Conditions of third \n " +    
 		"party websites and contact the operators of such sites if \n " +    
		"you have any queries.  \n ")
		if (answer)
			return(true);
		else
			return(false);
	}



