$(document).ready(function() {
	$('a.email').nospam({ replaceText: true });
	//{ filterLevel: 'low' }
});