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

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

Vertis.products = (function() {
  return {
    pricelistWrap: function (line) {
      var box = $('#products_pricelistWrap_'+line).parents('li.full_line');
      box.toggleClass('wrapped');
    }
  }
})();

