function arssecurity(gotourl)
{
  var isyes = confirm("SECURITY NOTICE\n\nPlease be advised that communication through this website is secured using SSL 128bit encryption.  However, there is the potential that your information may be viewed, intercepted, or modified by someone unknown to you or the intended recipient.  While this is uncommon, it is not possible with the present level of technology to ensure complete privacy and security in website and email-based communications.  Given these concerns, if you would rather not take the risk of communicating with us by means of this website or email, please feel free to contact us by telephone.  By communicating with us through this website or by email, you acknowledge that you have read this notice and assume all risks.  Also, you acknowledge that there may be a delay in responding to messages sent through this website or by email.  Please note that any website and email based communication is not intended, nor should it be considered, a substitute for a consultation with a health professional. ");

  if (isyes==true)
   {
    window.location=gotourl; 
   }
}