servercount.setAttribute("class", "servercount");
servercount.appendChild(document.createTextNode(Object.keys(message.ServerTimes).length));
message.UI.appendChild(servercount);
servercount.setAttribute("class", "servercount");
servercount.appendChild(document.createTextNode(Object.keys(message.ServerTimes).length));
message.UI.appendChild(servercount);