﻿// JScript File




function dienviropopupwarning()
{
if(confirm("You are now leaving the web site of The Deirdre Imus Environmental Center for Pediatric Oncology®. The Center does not endorse the material on any external links and provides such links for informational purposes only. Please consult your health care provider regarding any specific health-related information on pages linked from within the web site."))
		return true;
	else
		return false;
}
