// JavaScript Document
function notify(url)
{
	agree=confirm("The web site you have selected is an external one located on another server. We are offering the link for your convenience. Miner's Bank has no responsibility for any external web site. We cannot warranty, express or implied, any external site. Thank you for visiting our web site.");
	if (agree){x=window.open(url);}
}
