function externalSite(url)
{
	agree=confirm("You are leaving Hickam Federal Credit Union's (HFCU) website and linking to an alternate website not operated by HFCU. HFCU is not responsible for the content of the alternate website and does not represent either the third party or the member if the two enter into a transaction. Privacy and security policies may differ from those practiced by the credit union.  \n\nIf you click \"OK\", an external website that is owned and operated by a third-party will be opened \nin a new browser window.  \n\nIf you click \"CANCEL\" you will be returned to the HFCU website.");
	if (agree)
	{
		x=window.open(url);
	}
	//else
	//{
//		window.location.href="/";
//	}
}