$(document).ready(function() 
{
	str = $('.nospam').text().replace(" [shift+2] ", "@").replace(" [dot] ",".");
	$('.nospam').text(str).wrap('<a href="mailto:'+str+'" title="e-mail tams11"></a>');
	
});
