function showmorenews(n){newscurrentpage++;$.ajax({url:"/default.aspx/getmoreitems",type:"POST",contentType:"application/json",data:JSON.stringify({motheritemid:n,pagenumber:newscurrentpage,languageid:nn5.dictionary.languageid}),dataType:"json",success:function(t){if(t.d!=""){var i=$("#show-more-news-button").offset().top-80;$("#list-"+n).append(t.d.html);setTimeout(function(){$("html,body").animate({scrollTop:i},"slow")},400);setTimeout(function(){nn5.updateimages()},10)}},error:function(n,t,i){alert(n.status+" / "+i+" / "+n.responseText)},complete:function(){}})}var newscurrentpage=1