<!--
img=new Array(1);
img[0]="<img src='images/titleimg/icons001.jpg' width='480' height='120'>";

imgNo=Math.floor(1*Math.random());
document.write(img[imgNo]);
//-->
