				
	         function mail_link(fez, nme, dom) {
 			 document.write('<a href=mailto:'+ fez + nme + "@" + dom + '>'+ fez  +  nme + " @ " + dom + '</a>');

				}
				
			 function mail_link1a(fez, dom) {
 			 document.write('<a href=mailto:'+ fez  + "@" + dom + '>'+ fez  + " @ " + dom + '</a>');

				}
				
				
				function mail_link2(fez, nme, dom, sal) {
 			 document.write('<a href="mailto:'+ fez + nme + "@" + dom + '?subject=Consultation">' + sal + '</a>');

				}
				
           function mail_link3() {
 			 document.write('<a href="mailto:'+ 'ellen' + "@" + 'ellenbass.com'+ '?subject=E.%20Bass%20Mail%20List%20Request">' + 'email Ellen' + '</a>');

				}
				
				 function mail_link4() {
 			 document.write('<a style = "color: #000;" href="mailto:'+ 'ellen' + "@" + 'ellenbass.com'+ '">' + 'Contact Ellen' + '</a>');

				}