$(function() {
          $("img").lazyload({ 
    placeholder : "Bilder/loading.gif",
    effect : "fadeIn",
	threshold : 200
			});
      });
