var lhs = "reservations"; //change this to your email username
var rhs = "beachnest.com"; //change this if you use a different host
var lhs2 = "liz"; //change this to your email username
function print_mailto_link() {
 	document.write('<a href=mailto:' + lhs + "@" + rhs + '>reservations@beachnest.com</a>');
   }
				
	function print_mailto_link_liz() {
 	document.write('<a href=mailto:' + lhs2 + "@" + rhs + '>liz@beachnest.com</a>');
   }         
