var z = document.getElementById('stars_studio-easel'); if(z){ var elem = {}; var eIn = {}; elem = document.createElement('div'); elem.onclick = (function(){return function(){window.location = 'studio-easel.html?loadReview=1';}})(); elem.style.cursor = 'pointer'; elem.style.textAlign = 'left'; elem.style.margin = 'auto'; elem.style.width = '80px'; elem.style.height = '16px'; elem.style.backgroundImage = 'url(https://www.kingwebtools.com/madison_art_shop/feedback_system/images/star-matrix.gif)'; eIn = document.createElement('div'); eIn.style.backgroundImage = 'url(https://www.kingwebtools.com/madison_art_shop/feedback_system/images/star-matrix.gif)'; eIn.style.width = '80px'; eIn.style.height= '16px'; eIn.style.backgroundPosition = '0px 100%'; z.style.textAlign = 'center'; z.innerHTML = '2 reviews'; z.appendChild(elem); elem.appendChild(eIn); }