$(document).ready(function(){
		$('a.email').each(function(){
			e = this.rel.replace('/','@');
			this.href = 'mai' + '' +'lto:' + e;
			//$(this).text(e);
		});

		$('a.mlink').each(function(){
			e = this.rel.replace('/','@');
			this.href = 'mai' + '' +'lto:' + e;
			$(this).text(e);
		});

    var wm_text = 'web' + '' + 'm' +'as' + '' + 'ter';
    
	$('a.wmlink').each(function(){
			this.href = 'mai' + '' + 'lto:' + 'web' + '_' + 'mas' + '' + 'ter' + '@' + 'ls' + '' +'div.' + 'h' +'arv' + 'ard.' + 'e' + 'd'+'u';
			$(this).text(wm_text);
		});
});
