﻿function confirmLeave(gotoURL) {
	var answer = confirm ("Do you want to link to the External Site and leave myprorenal.com?")
	if (answer)
		var answerTwo = confirm ("YOU ARE NOW LEAVING Nephroceuticals' WEB SITE. Nephroceuticals takes no responsibility for, and exercises no control over, the organizations, views, or accuracy of the information contained on the following server or site.")
	
	
	if (answerTwo)
		window.location.href = gotoURL;
}
