	var first = 'ma';
	var second = 'il';
	var third = 'to:';
	var address = 'info';
	var domain = 'dolomitiforyou';	
	var ext = 'com'; 
	document.write('<img src="img/send.gif" width="23" height="18" alt="." border="0" vspace="2" hspace="2" align="middle" /> &nbsp;<a class="qa" href="');
	document.write(first+second+third);
	document.write(address);
	document.write('@');
	document.write(domain);
	document.write('.');
	document.write(ext);  
	document.write('">'); 
	document.write('Posta Express</a>');

