// JavaScript Document
function altnotify(url)
{
	agree=confirm("Within the following pages are links to websites not operated by us. \nWe are not responsible for the content of these websites and do not represent either them or the current website user if the two enter into a transaction. \n\nPrivacy and security policies may differ from those practiced by us. \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 our website.");
	if (agree){x=window.open(url);}
}