
/*
  GenerateMailTo
    Accepts a text string that is used as the link text in the location
    where the mailTo link is created
*/
function GenerateMailTo(mailToText) {
  document.write('<a href="mailto:' + siteEmlTo + '?subject=Inquiry About Sharks Cheerleading">' + mailToText + '</a>')
}

