img=new Array(10);
img[0]="<img border='0' src='top_image/tag_image.jpg' width='435' height='100' >";
img[1]="<img border='0' src='top_image/tag_image_3.jpg' width='435' height='100' >";
img[2]="<img border='0' src='top_image/tag_image_3.jpg' width='435' height='100' >";
img[3]="<img border='0' src='top_image/tag_image_4.jpg' width='435' height='100' >";
img[4]="<img border='0' src='top_image/tag_image_5.jpg' width='435' height='100' >";
img[5]="<img border='0' src='top_image/tag_image_6.jpg' width='435' height='100' >";
img[6]="<img border='0' src='top_image/tag_image_7.jpg' width='435' height='100' >";
img[7]="<img border='0' src='top_image/tag_image_8.jpg' width='435' height='100' >";
img[8]="<img border='0' src='top_image/tag_image_9.jpg' width='435' height='100' >";
img[9]="<img border='0' src='top_image/tag_image_10.jpg' width='435' height='100' >";
imgNo=Math.floor(10*Math.random());
document.write(img[imgNo]);
