img=new Array(16);
img[0]="<img border='0' src='http://e-shigotonin.net/images/01.JPG' width='546'>";
img[1]="<img border='0' src='http://e-shigotonin.net/images/02.JPG' width='546'>";
img[2]="<img border='0' src='http://e-shigotonin.net/images/03.JPG' width='546'>";
img[3]="<img border='0' src='http://e-shigotonin.net/images/04.JPG' width='546'>";
img[4]="<img border='0' src='http://e-shigotonin.net/images/05.JPG' width='546'>";
img[5]="<img border='0' src='http://e-shigotonin.net/images/06.JPG' width='546'>";
img[6]="<img border='0' src='http://e-shigotonin.net/images/07.JPG' width='546'>";
img[7]="<img border='0' src='http://e-shigotonin.net/images/08.JPG' width='546'>";
img[8]="<img border='0' src='http://e-shigotonin.net/images/09.JPG' width='546'>";
img[9]="<img border='0' src='http://e-shigotonin.net/images/topface01.jpg' width='546' height='98'>";
img[10]="<img border='0' src='http://e-shigotonin.net/images/topface02.jpg' width='546' height='98' >";
img[11]="<img border='0' src='http://e-shigotonin.net/images/topface03.jpg' width='546' height='98'>";
img[12]="<img border='0' src='http://e-shigotonin.net/images/topface04.jpg' width='546' height='98'>";
img[13]="<img border='0' src='http://e-shigotonin.net/images/topface06.jpg' width='546' height='98'>";
img[14]="<img border='0' src='http://e-shigotonin.net/images/topface07.jpg' width='546' height='98'>";
img[15]="<img border='0' src='http://e-shigotonin.net/images/topface08.jpg' width='546' height='98'>";
imgNo=Math.floor(16*Math.random());
document.write(img[imgNo]);
