<!--
img=new Array(5);
img[0]="<img src='images/titleimg/icons021.jpg' width='240' height='640'>";
img[1]="<img src='images/titleimg/icons022.jpg' width='240' height='640'>";
img[2]="<img src='images/titleimg/icons023.jpg' width='240' height='640'>";
img[3]="<img src='images/titleimg/icons024.jpg' width='240' height='640'>";
img[4]="<img src='images/titleimg/icons025.jpg' width='240' height='640'>";
imgNo=Math.floor(5*Math.random());
document.write(img[imgNo]);
//-->
