function random_imglink(){ var myimages=new Array() //specify random images below. You can have as many as you wish myimages[1]="http://jetoraphy.hexat.com/css/lg1.gif" myimages[2]="http://jetoraphy.hexat.com/css/lg2.gif" myimages[3]="http://jetoraphy.hexat.com/css/lg3.gif" myimages[4]="http://jetoraphy.hexat.com/css/lg4.png" myimages[5]="http://jetoraphy.hexat.com/css/lg5.png" myimages[6]="http://jetoraphy.hexat.com/css/lg6.gif" myimages[7]="http://jetoraphy.hexat.com/css/lg7.gif" myimages[8]="http://jetoraphy.hexat.com/css/lg8.png" myimages[9]="http://jetoraphy.hexat.com/css/lg9.png" myimages[10]="http://jetoraphy.hexat.com/css/lg10.png" myimages[11]="http://jetoraphy.hexat.com/css/lg11.png" myimages[12]="http://jetoraphy.hexat.com/css/lg12.png" myimages[13]="http://jetoraphy.hexat.com/css/lg13.png" myimages[14]="http://jetoraphy.hexat.com/css/lg14.png" myimages[15]="http://jetoraphy.hexat.com/css/lg15.png" myimages[16]="http://jetoraphy.hexat.com/css/lg16.png" myimages[17]="http://jetoraphy.hexat.com/css/lg17.png" myimages[18]="http://jetoraphy.hexat.com/css/lg18.png" myimages[19]="http://jetoraphy.hexat.com/css/lg19.png" myimages[20]="http://jetoraphy.hexat.com/css/lg20.png" myimages[21]="http://jetoraphy.hexat.com/css/lg21.png" var ry=Math.floor(Math.random()*myimages.length) if (ry==0) ry=1 document.write('') } random_imglink() //