function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="templates/NevadaGraphics/gallery/random_intro/img_temp001.jpg"
myimages[2]="templates/NevadaGraphics/gallery/random_intro/img_temp002.jpg"
myimages[3]="templates/NevadaGraphics/gallery/random_intro/img_temp003.jpg"
myimages[4]="templates/NevadaGraphics/gallery/random_intro/img_temp004.jpg"
//specify corresponding links below
var imagelinks=new Array()
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" width=770 height=200 border=0></a>')
}
random_imglink()
//-->


