$(document).ready(function() {
	 $("img.bg").lazyload({ 
	 	threshold : 0,
	 	effect : "fadeIn" 
		});
});
  
