// Disclaimer Script
function disclaimer()
{answer = confirm("CCV collects online donations through a third party vendor called GiftTool. This service allows us to securely process online transactions and protect your personal information.")
	if (answer ==1)
		{location = "https://www.gifttool.com/donations/Donate?ID=1167&VER=1&LNG=EN";}
	else
	if (answer==0)
		{location="index.shtml";}
}