function EmailLink(){
window.location = "mailto:"+"theband@shadygrey.com?subject=Question or Suggestion for the band" + "&body="+document.title+"  ";
}
document.write('<INPUT class="select" TYPE="button" VALUE="Email Shady Guys" onClick="EmailLink()"></FORM>')


