function random_imglink() {
var myimages=new Array()
myimages[1]="http://79.170.40.38/probatebureau.com/library/images/rotating_images/other.jpg"
myimages[2]="http://79.170.40.38/probatebureau.com/library/images/rotating_images/wills.jpg"
myimages[3]="http://79.170.40.38/probatebureau.com/library/images/rotating_images/trusts.jpg"
myimages[4]="http://79.170.40.38/probatebureau.com/library/images/rotating_images/probate.jpg"

var imagelinks=new Array()
imagelinks[1]="otherservices/"
imagelinks[2]="wills/"
imagelinks[3]="trusts/"
imagelinks[4]="probate/"

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