'); } }); }); } jQuery(document).ready(function(){ jQuery('span.camouflageemail').each(function(){ var m = jQuery(this).attr("data-m"); var e = jQuery(this).attr("data-e"); var a = jQuery(this).attr("data-a"); var q = jQuery(this).attr("data-q"); if ( q === undefined ) { q = "" } if ( a !== undefined && m !== undefined && e !== undefined ) { jQuery(this).replaceWith('' + a + m + e + ''); } }); });