var linkadd = "";
function extLink(linkadd){
	if(confirm("This link is provided for your convenience. However, it leads to an external web site not created, managed, or maintained by Baxter. Baxter is not responsible for, and does not necessarily endorse, the opinions or products represented on these external pages.\n\nBaxter Healthcare does not assume responsibility for, support or otherwise endorse any information not included by us within our site or located as a result of a link to content not on our site. These links are provided as a resource for ease in finding additional information on haemophilia and on travel related topics. Such links should not be construed by their inclusion in our site as being supported or endorsed by Baxter Healthcare.\n\n For complete legal and copyright information click on the appropriate links at the bottom of the page.\r\rDo you wish to leave this site?")){
		window.open(linkadd);
	}
}
