var el=document.getElementById(`scribie-${name}-widget`),host=el.getAttribute('data-host'),code=el.getAttribute('data-code'),size=el.getAttribute('data-size')||'medium',size_map={'medium':{width:298,height:137,tagline:'Audio Transcription Service'},'small':{width:198,height:106,tagline:'Audio Transcription Service'}},html="";html+="<table style='border-collapse:collapse;border-spacing:0;margin:0;padding:0'>";html+=" <tr style='border:none;margin:0;padding:0'>";html+="  <td style='border:none;margin:0;text-align:center;'>";html+="   <iframe src='http://"+host+`/${name}/`+code+"?size="+size+"' frameborder='0' scrolling='no' marginwidth='0' marginheight='0' allowtransparency='true' style='border:none;overflow:hidden;width:"+size_map[size].width+"px;height:"+size_map[size].height+"px'></iframe>";html+="  </td>";html+=" </tr>";html+=" <tr style='border:none;margin:0;padding:0'>";html+="  <td style='border:none;margin:0;text-align:center;'>";html+="   <a href='http://scribie.com'>"+size_map[size].tagline+"</a>";html+="  </td>";html+=" </tr>";html+="</table>";el.innerHTML=html;