<!--
img=new Array(3);
img[0]="<img src='images/titleimg/img01.jpg' alt='ムーバブルタイプスタート講座' width='480' height='120'>";
img[1]="<img src='images/titleimg/img02.jpg' alt='ムーバブルタイプスタート講座' width='480' height='120'>";
img[2]="<img src='images/titleimg/img03.jpg' alt='ムーバブルタイプスタート講座' width='480' height='120'>";
imgNo=Math.floor(3*Math.random());
document.write(img[imgNo]);
//-->

