${total}
Cards graded
${pct(10)}%
PSA 10 rate
${avg}
Avg grade
${pct(9)}%
PSA 9 rate
PSA 10
${pct(10)}%
PSA 9
${pct(9)}%
PSA 8
${pct(8)}%
PSA 7–
${Math.round(other/total*100)}%
Updated ${new Date().toLocaleTimeString([], {hour:'2-digit',minute:'2-digit'})}ghostlygrails.com
`; setTimeout(()=>{ [10,9,8].forEach(g=>{ const el=document.getElementById(`f${g}`); if(el) el.style.width=pct(g)+"%"; }); const f7=document.getElementById("f7"); if(f7) f7.style.width=Math.round(other/total*100)+"%"; },100); } load(); })();