function qos(){var n=document.getElementById("footr")!=null;typeof subscriptionRequired=="undefined"&&(subscriptionRequired=!1);$.ajax({type:"get",url:farmHost+"/qos/stopwatch",dataType:"jsonp",jsonp:"callback",data:{footerLoaded:n,subscriptionRequired:subscriptionRequired,screenWidth:$(window).width()},success:function(n){n.html&&$("body").append(n.html);n.info&&console.log(n.info);console.log("QoS loading speed: "+n.qos)}})}window.setTimeout(qos,1e3)