$(function() {
	$("img").lazyload({ 
	     placeholder : "fileadmin/templates/images/grey.gif",
	     effect : "fadeIn"
	});
});