<!--
img=new Array(15);
img[0]="<img src='images/titleimg/icons001.jpg' width='572' height='100'>";
img[1]="<img src='images/titleimg/icons002.jpg' width='572' height='100'>";
img[2]="<img src='images/titleimg/icons003.jpg' width='572' height='100'>";
img[3]="<img src='images/titleimg/icons004.jpg' width='572' height='100'>";
img[4]="<img src='images/titleimg/icons005.jpg' width='572' height='100'>";
img[5]="<img src='images/titleimg/icons006.jpg' width='572' height='100'>";
img[6]="<img src='images/titleimg/icons007.jpg' width='572' height='100'>";
img[7]="<img src='images/titleimg/icons008.jpg' width='572' height='100'>";
img[8]="<img src='images/titleimg/icons009.jpg' width='572' height='100'>";
img[9]="<img src='images/titleimg/icons010.jpg' width='572' height='100'>";
img[10]="<img src='images/titleimg/icons011.jpg' width='572' height='100'>";
img[11]="<img src='images/titleimg/icons012.jpg' width='572' height='100'>";
img[12]="<img src='images/titleimg/icons013.jpg' width='572' height='100'>";
img[13]="<img src='images/titleimg/icons014.jpg' width='572' height='100'>";
img[14]="<img src='images/titleimg/icons015.jpg' width='572' height='100'>";

imgNo=Math.floor(15*Math.random());
document.write(img[imgNo]);
//-->
