function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/template/quote/quote1.jpg"
myimages[2]="images/template/quote/quote2.jpg"
myimages[3]="images/template/quote/quote3.jpg"
myimages[4]="images/template/quote/quote4.jpg"
myimages[5]="images/template/quote/quote5.jpg"
myimages[6]="images/template/quote/quote6.jpg"
myimages[7]="images/template/quote/quote7.jpg"
myimages[8]="images/template/quote/quote8.jpg"
myimages[9]="images/template/quote/quote9.jpg"
myimages[10]="images/template/quote/quote10.jpg"
myimages[11]="images/template/quote/quote11.jpg"
myimages[12]="images/template/quote/quote12.jpg"
myimages[13]="images/template/quote/quote13.jpg"
myimages[14]="images/template/quote/quote14.jpg"
myimages[15]="images/template/quote/quote15.jpg"
myimages[16]="images/template/quote/quote16.jpg"
myimages[17]="images/template/quote/quote17.jpg"
myimages[18]="images/template/quote/quote18.jpg"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="#" 
imagelinks[2]="#" 
imagelinks[3]="#" 
imagelinks[4]="#"
imagelinks[5]="#"
imagelinks[6]="#" 
imagelinks[7]="#" 
imagelinks[8]="#" 
imagelinks[9]="#"
imagelinks[10]="#"
imagelinks[11]="#" 
imagelinks[12]="#" 
imagelinks[13]="#" 
imagelinks[14]="#"
imagelinks[15]="#"
imagelinks[16]="#" 
imagelinks[17]="#" 
imagelinks[18]="#" 

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'target=_top'+'>'+'<img src="'+myimages[ry]+'"alt="One in a series of Famous Inspirational quotes brought to you by Mindsi Online - Click here to see another"'+'border=0></a>')
}
random_imglink()
