function random_imglink(){
var myimages=new Array()
var myimagesdesc=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/pics/PAL_4082.jpg"
myimagesdesc[1]="Marriage is three parts love and seven parts forgiveness of sins."
myimages[2]="images/pics/PAL_4085.jpg"
myimagesdesc[2]="Love is of all passions the strongest, for it attacks simultaneously the head, the heart and the senses."
myimages[3]="images/pics/PAL_4085.jpg"
myimagesdesc[3]="Being deeply loved by someone gives you strength, while loving someone deeply gives you courage."
myimages[4]="images/pics/PAL_4091 crop horiz sepia.jpg"
myimagesdesc[4]="Because of a great love, one is courageous."
myimages[5]="images/pics/PAL_4107.jpg"
myimagesdesc[5]="Married couples who love each other tell each other a thousand things without talking."
myimages[6]="images/pics/PAL_4149 crop.jpg"
myimagesdesc[6]="In all of the wedding cake, hope is the sweetest of plums."
myimages[7]="images/pics/PAL_4160 sepia.jpg"
myimagesdesc[7]="Love makes time pass; time makes love pass."
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<center><img src="'+myimages[ry]+'" border=0 align="middle" width="448" height="303"</center>')
document.write('<div id="imageFooter">&nbsp;&nbsp;<I>'+myimagesdesc[ry]+'</I></div>')
}
