function flage(sb_dohome,sb_user) {
				var sb_recipient = sb_user + "@" + sb_dohome
				var sb_url = "mailto:" + sb_recipient
				document.write(sb_recipient.link(sb_url));
}