$(function(){
	$(".DynamicTextContent img").lazyload({effect : "fadeIn",
					   placeholder : "Images/imgBlank.gif"});
})
