var zoomscript;
jQuery(document).ready(function($)
{

});

function init()
{
    var settings = {
            theme: 'light',
            language: 'sk'
        };
        zoomscript = jQuery('*[data-plugin=zoomscript]').zoomscript(settings);

        jQuery('div[data-plugin=rotator]').rotator();

}
