$('#register_form form').bind('onsuccess', function() {
  Vertis.cookie.set('earnPhotographerReg', 0);
  document.location.href = "/zarejestruj-etap2";
  throw "no_flash";
});

