function mailto() {
	var e = 'mailto:';
	e += 'lick';
	e += '@' + 'biritecreamery' + '.com';
	location = e;
	return false;
}
