function am_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.restoringthepride.com/logo/logo1b.jpg"
myimages[2]="http://www.restoringthepride.com/logo/logo2b.jpg"
myimages[3]="http://www.restoringthepride.com/logo/logo3b.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<div style="text-align: center;"><a href="http://www.restoringthepride.com/index2.html"><img src="'+myimages[ry]+'" alt="Dashmesh Pictures" title="Dashmesh Pictures" border=0></a><br>')}

am_imglink()