var $j = jQuery.noConflict();

$j(document).ready(function(){  
 $j('#slideshow').cycle();
 $j('#sponzorji').cycle();
});
