var sb_domain = "gmail.com"
var sb_user = "ernieball42"
var sb_recipient = sb_user + "@" + sb_domain
var sb_url = "mailto:" + sb_recipient
