// JavaScript Document
function send_mail(a){
	document.location = 'mailto:' + a + '@' + 'williambbradshaw.com';	
}