window.addEvent('domready', function(){
    if ($('artists_sort')) new JumpSelect('artists_sort');
    new HeroAccordion($$('.hero-release'));
});
