Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function async(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
async('https://widget.clutch.co/static/js/widget.js', function() {
CLUTCHCO.Init();
});