 $(document).ready(function() {
 //Lazyloading the image
 $("#content img").lazyload({
     effect      : "fadeIn"
 });  
 });
	
	
	
		
		
