
jQuery(document).ready(function(){$('#commercial_list li:nth-child(3n)').addClass('end-row');$('#commercial_list li:nth-child(3n+1)').addClass('first-row');$(".pagebody img").lazyload({effect:"fadeIn"});});
