function footer() {
document.write('<i>Citizens to Elect Lary Coppola &#149; ');
document.write('P.O. Box 1101, Port Orchard, WA 98366 &#149; ');
document.write('360-876-7900 &#149; ');
document.write('<a href="mailto:la'+'ry'+'@ele'+'ctla'+'ry.com">la'+'ry'+'@elec'+'tla'+'ry.'+'com</a></i>');
}

function email_hider() {
var sb_ext = ".com";
var sb_domain = "electlary";
var sb_user = "lary";
var sb_recipient = sb_user + "@" + sb_domain + sb_ext
var sb_url = "mailto:" + sb_recipient
document.write('<a href="' + sb_url + '"><i>' + sb_recipient + '</i></a>');
}
