function GetClickData(){var n=" <li><h3><a href='{{url}}'>{{title}}</a></h3></li> ",i="<li><a href='{{url}}'><img src='{{imgUrl}}' border'0'></a><h3><a href='{{url}}'>{{title}}</a></h3></li> ",t="https://www.clickatlife.gr/feeds/getNaftClickBoxData.ashx";try{$.browser.msie&&window.XDomainRequest?(xdr=new XDomainRequest,xdr.onload=function(){json="json = "+xdr.responseText,eval(json);var ii=0;$.each(json,function(t,r){ii>0?$("#clickItems").append(Mustache.to_html(n,r)):($("#clickItems").append(Mustache.to_html(i,r)),ii++)})},xdr.open("GET",t),xdr.send()):(jQuery.support.cors=!0,$.ajax({type:"GET",url:t,dataType:"json",async:!0,error:function(){},beforeSend:function(){},success:function(t){var r=0;$.each(t,function(t,u){r>0?$("#clickItems").append(Mustache.to_html(n,u)):($("#clickItems").append(Mustache.to_html(i,u)),$("#clickItemsTop").append(Mustache.to_html(n,u)),r++)}),$("#clickItems li h3 a").length>0&&$("#clickItems li h3 a").click(function(){var n=$(this).attr("href");ga("send","event","clickatlife-article-down","click",n)}),$("#clickItemsTop li h3 a").length>0&&$("#clickItemsTop li h3 a").click(function(){var n=$(this).attr("href");ga("send","event","clickatlife-article","click",n)})},complete:function(){}}))}catch(r){}}$(function(){GetClickData()})