$j = jQuery.noConflict();

$j(document).ready(function() {
  // Opt-out code
  $j("form#optout").ajaxForm({
    success:function() {alert("You will no longer participate in research on this website.  It will appear normally to you from now on."); },
    error:function() {alert("There was an error processing this request.  Please try again later."); }
  });
});

