jQuery.noConflict(); var total = 20; var rand = Math.floor(Math.random()*total); jQuery(window).load(function() { jQuery('#slider').nivoSlider({ effect:'fade', directionNav:false, controlNav:false, startSlide:rand }); jQuery("img.lazy").lazyload(); });