﻿function sendTo(addr, title) {
    location = "mailto:" + addr + "@abqband.org?subject=Message for " + title + " of the Albuquerque Concert Band&body=";
}
