<!--
img=new Array(20);
img[0]="<img src='images/titleimg/icons001.jpg' width='480' height='200'>";
img[1]="<img src='images/titleimg/icons002.jpg' width='480' height='200'>";
img[2]="<img src='images/titleimg/icons003.jpg' width='480' height='200'>";
img[3]="<img src='images/titleimg/icons004.jpg' width='480' height='200'>";
img[4]="<img src='images/titleimg/icons005.jpg' width='480' height='200'>";
img[5]="<img src='images/titleimg/icons006.jpg' width='480' height='200'>";
img[6]="<img src='images/titleimg/icons007.jpg' width='480' height='200'>";
img[7]="<img src='images/titleimg/icons008.jpg' width='480' height='200'>";
img[8]="<img src='images/titleimg/icons009.jpg' width='480' height='200'>";
img[9]="<img src='images/titleimg/icons010.jpg' width='480' height='200'>";
img[10]="<img src='images/titleimg/icons011.jpg' width='480' height='200'>";
img[11]="<img src='images/titleimg/icons012.jpg' width='480' height='200'>";
img[12]="<img src='images/titleimg/icons013.jpg' width='480' height='200'>";
img[13]="<img src='images/titleimg/icons014.jpg' width='480' height='200'>";
img[14]="<img src='images/titleimg/icons015.jpg' width='480' height='200'>";
img[15]="<img src='images/titleimg/icons016.jpg' width='480' height='200'>";
img[16]="<img src='images/titleimg/icons017.jpg' width='480' height='200'>";
img[17]="<img src='images/titleimg/icons018.jpg' width='480' height='200'>";
img[18]="<img src='images/titleimg/icons019.jpg' width='480' height='200'>";
img[19]="<img src='images/titleimg/icons020.jpg' width='480' height='200'>";
img[20]="<img src='images/titleimg/icons021.jpg' width='480' height='200'>";
img[21]="<img src='images/titleimg/icons022.jpg' width='480' height='200'>";
img[22]="<img src='images/titleimg/icons023.jpg' width='480' height='200'>";
img[23]="<img src='images/titleimg/icons024.jpg' width='480' height='200'>";
img[24]="<img src='images/titleimg/icons025.jpg' width='480' height='200'>";
imgNo=Math.floor(20*Math.random());
document.write(img[imgNo]);
//-->
