// JavaScript Document
var imgMax= 14; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0) document.write('<a href="/gallery/2010/06/k_1.html"><img src="/knock_photo/photo01.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 1)document.write('<a href="/gallery/2007/10/_s.html"><img src="/knock_photo/photo02.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 2)document.write('<a href="/gallery/2008/07/post_9.html"><img src="/knock_photo/photo03.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 3)document.write('<a href="/gallery/2010/01/o_1.html"><img src="/knock_photo/photo04.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 4)document.write('<a href="/gallery/2007/10/_w_1.html"><img src="/knock_photo/photo05.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 5)document.write('<a href="/gallery/2007/10/post_1.html"><img src="/knock_photo/photo06.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 6)document.write('<a href="/gallery/2008/07/o.html"><img src="/knock_photo/photo07.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 7)document.write('<a href="/gallery/2009/06/u_1.html"><img src="/knock_photo/photo08.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 8)document.write('<a href="/gallery/2008/07/u.html"><img src="/knock_photo/photo09.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 9)document.write('<a href="/gallery/2007/10/_t.html"><img src="/knock_photo/photo10.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 10)document.write('<a href="/gallery/2009/12/mkcollectionmilano_1.html"><img src="/knock_photo/photo11.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 11)document.write('<a href="/gallery/2007/10/post_3.html"><img src="/knock_photo/photo12.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 12)document.write('<a href="/gallery/2009/12/e.html"><img src="/knock_photo/photo13.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

else if(imgRand == 13)document.write('<a href="/gallery/2008/07/s_2.html"><img src="/knock_photo/photo14.png" alt="この家の室内を見る" width="200" height="150" class="alphafilter" /></a>');

