<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hecomi</author_name>
  <author_url>https://blog.hatena.ne.jp/hecomi/</author_url>
  <blog_title>凹みTips</blog_title>
  <blog_url>https://tips.hecomi.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>文字を使用してあみだくじを自動生成するコードを書いてみました． サンプル： amida.html 実行時の画像： 余談ですが，漢字だと「阿弥陀籤」と書いて，昔は放射状に描かれていたことから，それが後光に似ている言われたのが名前の由来だそうです（Wikipedia）． あみだくじを作成する部分 // あみだくじを作成するよ！ function makeAmida(num, len){ // ①〜⑳まで if(num &gt; 20) alert(&quot;20人以下でお願いします．&quot;) // 縦の長さ var amida = new Array(len); for(i=0; i&lt;len; i++) { // …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftips.hecomi.com%2Fentry%2F20100724%2F1279973671&quot; title=&quot; JavaScriptであみだくじを自動生成して自動トレース - 凹みTips&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://www.hatena.ne.jp/images/common/icon-download.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-07-24 21:14:31</published>
  <title> JavaScriptであみだくじを自動生成して自動トレース</title>
  <type>rich</type>
  <url>https://tips.hecomi.com/entry/20100724/1279973671</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
