function contactus() {
	var who = "info";
	var where = "AnonaBay.com";
	document.location = "mailto:" + who + '@' + where + '?subject=Jardin%20Botanique';
}

function contacttom() {
	var who = "TomK";
	var where = "AnonaBay.com";
	document.location = "mailto:" + who + '@' + where;
}


