var email = Base64.decode('Y2hyaXNAY2hyaXN3aGFsZW4uY2E=');

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