function downloadClients(){var xhttp=new XMLHttpRequest();xhttp.onreadystatechange=function(){if(this.readyState==4){var parsed=JSON.parse(xhttp.responseText);for(var i=0;i${data.badges[i]}`} $('#client-item-holder').append(`
${data.title}${badges}
${data.description}
`);}