<!--
img=new Array(10);
img[0]="<img src='images/titleimg/icons001.jpg' width='480' height='120'>";
img[1]="<img src='images/titleimg/icons002.jpg' width='480' height='120'>";
img[2]="<img src='images/titleimg/icons003.jpg' width='480' height='120'>";
img[3]="<img src='images/titleimg/icons004.jpg' width='480' height='120'>";
img[4]="<img src='images/titleimg/icons005.jpg' width='480' height='120'>";
img[5]="<img src='images/titleimg/icons006.jpg' width='480' height='120'>";
img[6]="<img src='images/titleimg/icons007.jpg' width='480' height='120'>";
img[7]="<img src='images/titleimg/icons008.jpg' width='480' height='120'>";
img[8]="<img src='images/titleimg/icons009.jpg' width='480' height='120'>";
img[9]="<img src='images/titleimg/icons010.jpg' width='480' height='120'>";
imgNo=Math.floor(10*Math.random());
document.write(img[imgNo]);
//-->
