function emailTrick(varOne,varTwo,varThree) {
	document.location.href = 'mailto:' + varOne + '@' + varTwo + '.' + varThree; }
