if ($('#product_banner ul').length > 0) {
  Vertis.banner = new Vertis.slideshow($('#product_banner ul'));
  Vertis.banner.start();
}

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