
Si2Email = {
	d: '@' 
};
function we(n,d,id){
	var e = n + Si2Email.d + d;
	jQuery("#" + id).html(e.link("mailto:" + e));
}
