<!--
img=new Array(5);
img[0]="<img src='images/titleimg/icons001.jpg' width='480' height='160'>";
img[1]="<img src='images/titleimg/icons002.jpg' width='480' height='160'>";
img[2]="<img src='images/titleimg/icons003.jpg' width='480' height='160'>";
img[3]="<img src='images/titleimg/icons004.jpg' width='480' height='160'>";
img[4]="<img src='images/titleimg/icons005.jpg' width='480' height='160'>";
imgNo=Math.floor(5*Math.random());
document.write(img[imgNo]);
//-->
