function random_imglink(){
var myimages=new Array()

myimages[1]="http://bhaisahib.restoringthepride.com/image/banner/left/4/001.jpg"
myimages[2]="http://bhaisahib.restoringthepride.com/image/banner/left/4/002.jpg"
myimages[3]="http://bhaisahib.restoringthepride.com/image/banner/left/4/003.jpg"
myimages[4]="http://bhaisahib.restoringthepride.com/image/banner/left/4/004.jpg"
myimages[5]="http://bhaisahib.restoringthepride.com/image/banner/left/4/005.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<div style="text-align: left;"><img src="'+myimages[ry]+'" WIDTH="160" HEIGHT="240" border=0></a>')}

random_imglink()
