لطفا منتظر بمانید ... ";$.blockUI({css:{border:'none',padding:'15px',backgroundColor:'#000','-webkit-border-radius':'10px','-moz-border-radius':'10px',opacity:.8,color:'#000',background:'#fff'},message:loadingMsg});}
$(document).on("click","#contentpager a[href]",function(){Block();$.ajax({url:$(this).attr("href"),type:'GET',cache:false,success:function(result){$('#DivShow').html(result);$('html, body').animate({scrollTop:0},1000);}});return false;});