
function Disclaimer(){
     
if (confirm("You are about to open a window which links to another location that is not maintained by the Adoptive Parents Committee. APC takes no responsibility for, does not endorse, and exercises no control over the views that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on external sites.  To proceed to the website, please select the OK button."))
	
	//window.pop("http://famous.adoption.com");
	window.open ("http://famous.adoption.com","mywindow"); 
} 

function Disclaimer1(){
     
alert("The article you requested is provided by a third party and was not compiled by APC. APC takes no responsibility for, does not endorse, and exercises no control over the views that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on external sites.  To proceed to the website, please select the OK button.");
}

