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

