jQuery(document).ready(function($){
 if (navigator.platform == "iPad") return;
 $(".container ul li img").lazyload({
 placeholder : "http://projekty.prz-emo.com/forfuture/wp-content/themes/forfuture/images/lazyload.gif",
 effect : "fadeIn"
 });
});
