function emailAttorney(email_address) {
	var test = confirm ("NOTICE:  Unless you are an existing client, before communicating with Riezman Berger via e-mail or otherwise please read Riezman Berger\'s Legal Notice.  The Legal Notice is accessible at the bottom of each web page.  As noted therein, your use of Riezman Berger\'s website does not create an attorney-client relationship and any communication which you may send through this website, or our receipt of same prior to our written agreement to represent you, will not be considered or treated as confidential or privileged by us, unless explicitly authorized in writing by one of our attorneys prior to your sending such communication.  Until such time as you have received a written statement from us that we represent you in a particular matter, you should not send us any confidential information about any such matter. \n\nBy clicking \"I agree\" you are stating that you have read, understand and agree to the terms of the Legal Notice as well as the foregoing information, and that you wish to proceed with this email communication.");
	if (test) {
		var link = 'mailto:' + email_address;
		window.location = link;
	} else {
		return false;
	}
}

function gohere(value){
window.location = "http://www.captiva-webdev.com/riezmanberger/"+value;

}
