<!--
function random_imglink(){
var myimages=new Array()
//specify random images below. Insert as many as you wish.
myimages[1]="http://www.huntingresource.com/templates/hr/images/head/pic1.png"
myimages[2]="http://www.huntingresource.com/templates/hr/images/head/pic2.png"
myimages[3]="http://www.huntingresource.com/templates/hr/images/head/pic3.png"
myimages[4]="http://www.huntingresource.com/templates/hr/images/head/pic4.png"
myimages[5]="http://www.huntingresource.com/templates/hr/images/head/pic5.png"
myimages[6]="http://www.huntingresource.com/templates/hr/images/head/pic6.png"
myimages[7]="http://www.huntingresource.com/templates/hr/images/head/pic7.png"
myimages[8]="http://www.huntingresource.com/templates/hr/images/head/pic8.png"
myimages[9]="http://www.huntingresource.com/templates/hr/images/head/pic9.png"
myimages[10]="http://www.huntingresource.com/templates/hr/images/head/pic10.png"
myimages[11]="http://www.huntingresource.com/templates/hr/images/head/pic11.png"
myimages[12]="http://www.huntingresource.com/templates/hr/images/head/pic12.png"
myimages[13]="http://www.huntingresource.com/templates/hr/images/head/pic13.png"
myimages[14]="http://www.huntingresource.com/templates/hr/images/head/pic14.png"
myimages[15]="http://www.huntingresource.com/templates/hr/images/head/pic15.png"
myimages[16]="http://www.huntingresource.com/templates/hr/images/head/pic16.png"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
