function goodBye(link)

  {
	msg = "You are exiting the U.S. Office of Government Ethics web site.  Thank you for visiting our site. We hope your visit was informative and enjoyable.\n\nYou are now leaving this site to link to another "
	msg = msg + "location that may contain relevant information.  It is not maintained by the Office of Government Ethics and the Office of Government Ethics "
	msg = msg + "is not responsible for the content available on this site. The Office of Government Ethics takes no "
	msg = msg + "responsibility for and exercises no control over other sites or their privacy policies, the views that may be represented, or the "
	msg = msg + "accuracy, propriety or legality of any material contained on other sites. Further, the Office "
	msg = msg + "of Government Ethics does not necessarily endorse the views expressed or the facts presented on other sites.\n\n"
	msg = msg + "You will now access " + link.href


	if (!window.confirm(msg)) {
		link.href=window.location
	}

  }




 

