window.onload = function(event) { document.querySelectorAll('header .avatar img').forEach(function(img){ if(img.naturalWidth == 0) { img.style.display='none'; } }) }; var RESCDN = "https://d502jbuhuh9wk.cloudfront.net"; function showCourseDefaultCover(img, cid) { var rndm = ((parseInt(cid.replace(/[a-z]/g, '')) % 10) % 6) + 1; rndm = isNaN(rndm) ? 1 : rndm; if(img === null) { return RESCDN + "/resources/images/cc"+rndm+".jpg"; } img.src = RESCDN + "/resources/images/cc"+rndm+".jpg"; }