var s_t;var s_t_new;function show_img(id){$(id).css('display','block')}function create_top(data){var no_show=false;var col=1;var echo_html='';if(s_t_new!=data.s_t){s_t=data.s_t;s_t_new=data.s_t}$.each(data.items,function(i,item){if(col==1){echo_html+='<tr>'}var t=new Date;var new_time1=s_t-item.last_time;echo_html+='<td width=33% class=infTd>';echo_html+='<div class=megawall >';echo_html+='<a href='+item.href+'>';echo_html+='<img width=220 height=137 border=0';for(i=0;i<srcs.length;i++){if(srcs[i]==item.src){no_show=true}}if(!no_show){echo_html+='style="display:none;" onload="show_img(this)"'}else{echo_html+='style="display:block;" '}echo_html+='src='+item.src+' ></a>';echo_html+='</div>';echo_html+='<div class=wallstime last_time="'+item.last_time+'">'+new_time1+' сек. назад</div>';echo_html+='</td>';srcs[src_i]=item.src;src_i++;if(col==3){echo_html+='</tr>';col=0}col++});$('.lasttop tbody').html(echo_html)}function last_json1(){var rand_no=Math.random();rand_no=rand_no*100000;$.getScript('http://ltstudio.ru/wallon/resize/last2.js?i='+rand_no);clearInterval(i_upd1)}function last_json(){var rand_no=Math.random();rand_no=rand_no*100000;$.getScript('http://ltstudio.ru/wallon/resize/last2.js?i='+rand_no);i++;if(i>100){clearInterval(i_upd);clearInterval(t_upd)}}function last_time(){s_t++;$('.wallstime').each(function(){var new_time=parseInt($(this).attr('last_time'));var t=new Date;new_time=s_t-new_time;$(this).text(new_time+' сек. назад')})}var i=1;var srcs=[];var src_i=0;var i_upd1=setInterval(last_json1,2500);var i_upd=setInterval(last_json,7000);var t_upd=setInterval(last_time,1000);
