function dr_email_confirm() {var decision=confirm("If this is an emergency do not send this email. Please dial 911 or contact our office directly. Please acknowledge that this email is not time sensitive. You should receive a response within 48 hours.   This is NOT a secured server.  Please refrain from sending sensitive material.");	if (decision==true) {		return true;	}		else {		return false;	}}