<!--
images=new Array(30);
images[0]="<img src='http://coconuter.org/images/1copy.jpg' width='468' border='0' />";
images[1]="<img src='http://coconuter.org/images/2copy.jpg' width='468' border='0' />";
images[2]="<img src='http://coconuter.org/images/3copy.jpg' width='468' border='0' />";
images[3]="<img src='http://coconuter.org/images/4copy.jpg' width='468' border='0' />";
images[4]="<img src='http://coconuter.org/images/5copy.jpg' width='468' border='0' />";
images[5]="<img src='http://coconuter.org/images/6copy.jpg' width='468' border='0' />";
images[6]="<img src='http://coconuter.org/images/7copy.jpg' width='468' border='0' />";
images[7]="<img src='http://coconuter.org/images/8copy.jpg' width='468' border='0' />";
images[8]="<img src='http://coconuter.org/images/9copy.jpg' width='468' border='0' />";
images[9]="<img src='http://coconuter.org/images/10copy.jpg' width='468' border='0' />";
images[10]="<img src='http://coconuter.org/images/11copy.jpg' width='468' border='0' />";
images[11]="<img src='http://coconuter.org/images/12copy.jpg' width='468' border='0' />";
images[12]="<img src='http://coconuter.org/images/13copy.jpg' width='468' border='0' />";
images[13]="<img src='http://coconuter.org/images/14copy.jpg' width='468' border='0' />";
images[14]="<img src='http://coconuter.org/images/15copy.jpg' width='468' border='0' />";
images[15]="<img src='http://coconuter.org/images/16copy.jpg' width='468' border='0' />";
images[16]="<img src='http://coconuter.org/images/17copy.jpg' width='468' border='0' />";
images[17]="<img src='http://coconuter.org/images/18copy.jpg' width='468' border='0' />";
images[18]="<img src='http://coconuter.org/images/19copy.jpg' width='468' border='0' />";
images[19]="<img src='http://coconuter.org/images/20copy.jpg' width='468' border='0' />";
images[20]="<img src='http://coconuter.org/images/21copy.jpg' width='468' border='0' />";
images[21]="<img src='http://coconuter.org/images/22copy.jpg' width='468' border='0' />";
images[22]="<img src='http://coconuter.org/images/23copy.jpg' width='468' border='0' />";
images[23]="<img src='http://coconuter.org/images/24copy.jpg' width='468' border='0' />";
images[24]="<img src='http://coconuter.org/images/25copy.jpg' width='468' border='0' />";
images[25]="<img src='http://coconuter.org/images/26copy.jpg' width='468' border='0' />";
images[26]="<img src='http://coconuter.org/images/27copy.jpg' width='468' border='0' />";
images[27]="<img src='http://coconuter.org/images/28copy.jpg' width='468' border='0' />";
images[28]="<img src='http://coconuter.org/images/29copy.jpg' width='468' border='0' />";
images[29]="<img src='http://coconuter.org/images/30copy.jpg' width='468' border='0' />";
index=Math.floor(Math.random()*images.length);
document.write(images[index]);//-->