
   function join()
   {
       var emailAddr = document.getElementById("emailAddr");
       window.open("http://visitor.constantcontact.com/d.jsp?m=1101520164429&p=oi&ea=" + emailAddr.value, 'popup', 'scrollbars=yes,width=600,height=450');
       return false;
   }
