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

