jQuery(function($) {
	$('#publicity_home img').preload({
		onFinish:function(){
		
			if( colsPublicity > 3 )colsPublicity = 3;
			if( $("div#publicity_home ul li").length > 0 )
				$("div#publicity_home").scrollGallery();
		}
	});
});

