email = 'info@des' + 'ignature.net';

function email(a) {
	document.write('<a href="mailto:' + a + '">email</a>');
	}
